mirror of https://github.com/zulip/zulip.git
Pad out the bottom of the composebox in a symmetrical way.
(imported from commit f0db908755417c6f032b2c02e710fef04032c343)
This commit is contained in:
parent
7e9242c796
commit
5a77e16fbe
|
@ -105,9 +105,7 @@ ul#sidebar {
|
||||||
border: 1px solid #EEE;
|
border: 1px solid #EEE;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-left: 10px;
|
padding: 8px 20px 8px 10px;
|
||||||
padding-right: 20px;
|
|
||||||
padding-top: 8px;
|
|
||||||
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
|
||||||
border-top-left-radius: 6px;
|
border-top-left-radius: 6px;
|
||||||
border-top-right-radius: 6px;
|
border-top-right-radius: 6px;
|
||||||
|
|
Loading…
Reference in New Issue