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