fix notifications links
This commit is contained in:
parent
7f465cfdb1
commit
9e66c1184f
|
@ -4,7 +4,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: inline;
|
display: inline;
|
||||||
color: var(--link);
|
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
|
|
||||||
& .new,
|
& .new,
|
||||||
|
|
|
@ -34,6 +34,11 @@
|
||||||
.notification {
|
.notification {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
/* TODO cleanup this */
|
||||||
|
.Status {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover .animated.Avatar {
|
&:hover .animated.Avatar {
|
||||||
canvas {
|
canvas {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -55,6 +60,20 @@
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
|
.RichContent {
|
||||||
|
a {
|
||||||
|
--link: var(--linkFaint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.greentext {
|
||||||
|
--funtextGreentext: var(--funtextGreentextFaint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cyantext {
|
||||||
|
--funtextCyantext: var(--funtextCyantextFaint);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.avatar-container {
|
.avatar-container {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
@ -89,11 +108,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO cleanup this */
|
|
||||||
.Status {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
time {
|
time {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue