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