Tweaks to Thread Watcher CSS.
This makes the page and unread count used together look better.
This commit is contained in:
parent
15b7a157b0
commit
0e959f825b
@ -1172,10 +1172,7 @@ span.hide-announcement {
|
|||||||
#watched-threads .watcher-unread {
|
#watched-threads .watcher-unread {
|
||||||
-webkit-flex: 0 0 auto;
|
-webkit-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
margin-right: 2px;
|
||||||
#watched-threads .watcher-page::after,
|
|
||||||
#watched-threads .watcher-unread::after {
|
|
||||||
content: "\00a0";
|
|
||||||
}
|
}
|
||||||
#watched-threads .watcher-title {
|
#watched-threads .watcher-title {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -1183,6 +1180,9 @@ span.hide-announcement {
|
|||||||
-webkit-flex: 0 1 auto;
|
-webkit-flex: 0 1 auto;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
#watched-threads .watcher-title:not(:first-child) {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
.replies-quoting-you > a, #watcher-link.replies-quoting-you, .last-page > a > .watcher-page {
|
.replies-quoting-you > a, #watcher-link.replies-quoting-you, .last-page > a > .watcher-page {
|
||||||
color: #F00;
|
color: #F00;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user