Set a max-height for the thread watcher, until you hover over it. Close #177.
This commit is contained in:
parent
5bfb3d4c18
commit
0fe6de6236
@ -3858,22 +3858,24 @@ img[md5], img[md5] + img {\
|
||||
}\
|
||||
\
|
||||
#watcher {\
|
||||
padding-bottom: 5px;\
|
||||
position: absolute;\
|
||||
}\
|
||||
#watcher > div {\
|
||||
overflow: hidden;\
|
||||
padding-right: 5px;\
|
||||
padding-left: 5px;\
|
||||
text-overflow: ellipsis;\
|
||||
max-width: 200px;\
|
||||
white-space: nowrap;\
|
||||
}\
|
||||
#watcher > div.move {\
|
||||
text-decoration: underline;\
|
||||
padding-top: 5px;\
|
||||
#watcher:not(:hover) {\
|
||||
max-height: 220px;\
|
||||
}\
|
||||
#watcher > div:last-child {\
|
||||
padding-bottom: 5px;\
|
||||
#watcher > div {\
|
||||
max-width: 200px;\
|
||||
overflow: hidden;\
|
||||
padding-left: 5px;\
|
||||
padding-right: 5px;\
|
||||
text-overflow: ellipsis;\
|
||||
}\
|
||||
#watcher > .move {\
|
||||
padding-top: 5px;\
|
||||
text-decoration: underline;\
|
||||
}\
|
||||
\
|
||||
#qp {\
|
||||
|
||||
@ -3099,22 +3099,24 @@ img[md5], img[md5] + img {
|
||||
}
|
||||
|
||||
#watcher {
|
||||
padding-bottom: 5px;
|
||||
position: absolute;
|
||||
}
|
||||
#watcher > div {
|
||||
overflow: hidden;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 200px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#watcher > div.move {
|
||||
text-decoration: underline;
|
||||
padding-top: 5px;
|
||||
#watcher:not(:hover) {
|
||||
max-height: 220px;
|
||||
}
|
||||
#watcher > div:last-child {
|
||||
padding-bottom: 5px;
|
||||
#watcher > div {
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#watcher > .move {
|
||||
padding-top: 5px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#qp {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user