mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
reduce vertical padding around explore/filter
This commit is contained in:
parent
7c97078764
commit
95060d4e95
@ -132,6 +132,7 @@ limitations under the License.
|
||||
.mx_SearchBox {
|
||||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
margin: 4px 9px 1px 9px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -147,8 +148,7 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton {
|
||||
font-size: 14px;
|
||||
margin: 9px;
|
||||
margin-right: 0;
|
||||
margin: 4px 0 1px 9px;
|
||||
padding: 9px;
|
||||
padding-left: 42px;
|
||||
font-weight: 600;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user