Makes it variable topic height proof
This commit is contained in:
parent
a307783644
commit
91840be2b9
|
@ -34,12 +34,12 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
||||||
|
|
||||||
&.last-visit {
|
&.last-visit {
|
||||||
border-bottom: 1px solid scale-color($danger, $lightness: 60%);
|
border-bottom: 1px solid scale-color($danger, $lightness: 60%);
|
||||||
&::after {
|
+ tr::after {
|
||||||
content: attr(data-last-visit-text);
|
content: attr(data-last-visit-text);
|
||||||
color: scale-color($danger, $lightness: 50%);
|
color: scale-color($danger, $lightness: 50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: 44px;
|
margin-top: -10px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue