aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-22 01:32:52 +0200
committerHenry Jameson <me@hjkos.com>2024-02-22 01:32:52 +0200
commit9e66c1184ff5e6228a40c75c20ecd00b9f550208 (patch)
treef48ca2ef526a81ba4f85c3e8ba9fcc6d1aeaf78a /src/components/notifications/notifications.scss
parent7f465cfdb17c11d6f6fc7df6e559dd31555477dc (diff)
fix notifications links
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 708d111b..1acccb8d 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -34,6 +34,11 @@
.notification {
box-sizing: border-box;
+ /* TODO cleanup this */
+ .Status {
+ flex: 1;
+ }
+
&:hover .animated.Avatar {
canvas {
display: none;
@@ -55,6 +60,20 @@
padding: 0.6em;
min-width: 0;
+ .RichContent {
+ a {
+ --link: var(--linkFaint);
+ }
+
+ .greentext {
+ --funtextGreentext: var(--funtextGreentextFaint);
+ }
+
+ .cyantext {
+ --funtextCyantext: var(--funtextCyantextFaint);
+ }
+ }
+
.avatar-container {
width: 32px;
height: 32px;
@@ -89,11 +108,6 @@
}
}
- /* TODO cleanup this */
- .Status {
- flex: 1;
- }
-
time {
white-space: nowrap;
}