This commit is contained in:
seaweedchan 2013-08-14 02:44:17 -07:00
parent 6b98f8acb4
commit 1b2b859ca2
3 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -472,12 +472,16 @@ a.hide-announcement {
}
#thread-watcher {
padding-bottom: 3px;
padding-left: 3px;
overflow: hidden;
white-space: nowrap;
min-width: 120px;
min-width: 136px;
max-height: 92%;
overflow-y: auto;
}
#thread-watcher .menu-button {
bottom: 1px;
}
:root.fixed-watcher #thread-watcher {
position: fixed;
}
@ -488,7 +492,7 @@ a.hide-announcement {
#thread-watcher > .move {
padding-top: 3px;
}
#thread-watcher > div {
#watched-threads > div {
max-width: 250px;
overflow: hidden;
padding-left: 3px;