Reduce options height.
This commit is contained in:
parent
981fd019bb
commit
acb6c53954
@ -2930,7 +2930,7 @@
|
||||
float: left;\
|
||||
}\
|
||||
#content > * {\
|
||||
height: 500px;\
|
||||
height: 450px;\
|
||||
overflow: auto;\
|
||||
}\
|
||||
#content textarea {\
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
- mayhem:
|
||||
- prevent upload of too large files
|
||||
- fix options height for netbooks
|
||||
|
||||
2.15.0
|
||||
- mayhem:
|
||||
|
||||
@ -2320,7 +2320,7 @@ main =
|
||||
float: left;
|
||||
}
|
||||
#content > * {
|
||||
height: 500px;
|
||||
height: 450px;
|
||||
overflow: auto;
|
||||
}
|
||||
#content textarea {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user