Merge pull request #332 from MayhemYDG/ellipsis
appchan uses `#watcher { 248px; }` so I copied that sort of.
This commit is contained in:
commit
42c6877a51
@ -3244,13 +3244,14 @@
|
||||
\
|
||||
#watcher {\
|
||||
position: absolute;\
|
||||
width: 250px;\
|
||||
overflow: hidden;\
|
||||
white-space: nowrap;\
|
||||
}\
|
||||
#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;\
|
||||
|
||||
@ -2505,13 +2505,14 @@ Main =
|
||||
|
||||
#watcher {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user