Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 747d65f

Browse files
authored
Increase space panel collapse clickable area (#6084)
1 parent c9e7aaf commit 747d65f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

res/css/structures/_SpacePanel.pcss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ $activeBorderColor: $primary-content;
101101

102102
.mx_SpaceItem.collapsed {
103103
& > .mx_SpaceButton > .mx_SpaceButton_toggleCollapse {
104+
padding: 0 10px;
105+
margin: 0 -10px;
104106
transform: rotate(-90deg);
105107
}
106108

@@ -161,6 +163,7 @@ $activeBorderColor: $primary-content;
161163

162164
.mx_SpaceButton_toggleCollapse {
163165
width: $gutterSize;
166+
padding: 10px 0;
164167
min-width: $gutterSize;
165168
height: 20px;
166169
mask-position: center;

0 commit comments

Comments
 (0)