Fix watcher's disgusting padding.
This commit is contained in:
parent
e79961031a
commit
2f438e7bab
@ -2232,12 +2232,16 @@
|
|||||||
#watcher {\
|
#watcher {\
|
||||||
position: absolute;\
|
position: absolute;\
|
||||||
}\
|
}\
|
||||||
|
#watcher > div {\
|
||||||
|
padding-right: 5px;\
|
||||||
|
padding-left: 5px;\
|
||||||
|
}\
|
||||||
#watcher > div.move {\
|
#watcher > div.move {\
|
||||||
text-decoration: underline;\
|
text-decoration: underline;\
|
||||||
padding: 5px 5px 0 5px;\
|
padding-top: 5px;\
|
||||||
}\
|
}\
|
||||||
#watcher > div:last-child {\
|
#watcher > div:last-child {\
|
||||||
padding: 0 5px 5px 5px;\
|
padding-bottom: 5px;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
body.noselect {\
|
body.noselect {\
|
||||||
|
|||||||
@ -1752,12 +1752,16 @@ main =
|
|||||||
#watcher {
|
#watcher {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
#watcher > div {
|
||||||
|
padding-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
#watcher > div.move {
|
#watcher > div.move {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
padding: 5px 5px 0 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
#watcher > div:last-child {
|
#watcher > div:last-child {
|
||||||
padding: 0 5px 5px 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.noselect {
|
body.noselect {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user