You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
reduce vertical padding around explore/filter
This commit is contained in:
@ -132,6 +132,7 @@ limitations under the License.
|
|||||||
.mx_SearchBox {
|
.mx_SearchBox {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
margin: 4px 9px 1px 9px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,8 +148,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 9px;
|
margin: 4px 0 1px 9px;
|
||||||
margin-right: 0;
|
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
Reference in New Issue
Block a user