Tweaks to Thread Watcher CSS.

This makes the page and unread count used together look better.
This commit is contained in:
ccd0 2019-04-04 17:56:10 -07:00
parent 15b7a157b0
commit 0e959f825b

View File

@ -1172,10 +1172,7 @@ span.hide-announcement {
#watched-threads .watcher-unread {
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#watched-threads .watcher-page::after,
#watched-threads .watcher-unread::after {
content: "\00a0";
margin-right: 2px;
}
#watched-threads .watcher-title {
overflow: hidden;
@ -1183,6 +1180,9 @@ span.hide-announcement {
-webkit-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 {
color: #F00;
}