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 {\
|
#watcher {\
|
||||||
|
padding-bottom: 5px;\
|
||||||
position: absolute;\
|
position: absolute;\
|
||||||
}\
|
|
||||||
#watcher > div {\
|
|
||||||
overflow: hidden;\
|
overflow: hidden;\
|
||||||
padding-right: 5px;\
|
|
||||||
padding-left: 5px;\
|
|
||||||
text-overflow: ellipsis;\
|
|
||||||
max-width: 200px;\
|
|
||||||
white-space: nowrap;\
|
white-space: nowrap;\
|
||||||
}\
|
}\
|
||||||
#watcher > div.move {\
|
#watcher:not(:hover) {\
|
||||||
text-decoration: underline;\
|
max-height: 220px;\
|
||||||
padding-top: 5px;\
|
|
||||||
}\
|
}\
|
||||||
#watcher > div:last-child {\
|
#watcher > div {\
|
||||||
padding-bottom: 5px;\
|
max-width: 200px;\
|
||||||
|
overflow: hidden;\
|
||||||
|
padding-left: 5px;\
|
||||||
|
padding-right: 5px;\
|
||||||
|
text-overflow: ellipsis;\
|
||||||
|
}\
|
||||||
|
#watcher > .move {\
|
||||||
|
padding-top: 5px;\
|
||||||
|
text-decoration: underline;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#qp {\
|
#qp {\
|
||||||
|
|||||||
@ -3099,22 +3099,24 @@ img[md5], img[md5] + img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#watcher {
|
#watcher {
|
||||||
|
padding-bottom: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
|
||||||
#watcher > div {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-right: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
max-width: 200px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#watcher > div.move {
|
#watcher:not(:hover) {
|
||||||
text-decoration: underline;
|
max-height: 220px;
|
||||||
padding-top: 5px;
|
|
||||||
}
|
}
|
||||||
#watcher > div:last-child {
|
#watcher > div {
|
||||||
padding-bottom: 5px;
|
max-width: 200px;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
#watcher > .move {
|
||||||
|
padding-top: 5px;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qp {
|
#qp {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user