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
Increase space panel collapse clickable area (#6084)
This commit is contained in:
@ -101,6 +101,8 @@ $activeBorderColor: $primary-content;
|
||||
|
||||
.mx_SpaceItem.collapsed {
|
||||
& > .mx_SpaceButton > .mx_SpaceButton_toggleCollapse {
|
||||
padding: 0 10px;
|
||||
margin: 0 -10px;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
@ -161,6 +163,7 @@ $activeBorderColor: $primary-content;
|
||||
|
||||
.mx_SpaceButton_toggleCollapse {
|
||||
width: $gutterSize;
|
||||
padding: 10px 0;
|
||||
min-width: $gutterSize;
|
||||
height: 20px;
|
||||
mask-position: center;
|
||||
|
Reference in New Issue
Block a user