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

Commit

Permalink
Increase space panel collapse clickable area (#6084)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiwanth-v committed Mar 17, 2023
1 parent c9e7aaf commit 747d65f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/structures/_SpacePanel.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ $activeBorderColor: $primary-content;

.mx_SpaceItem.collapsed {
& > .mx_SpaceButton > .mx_SpaceButton_toggleCollapse {
padding: 0 10px;
margin: 0 -10px;
transform: rotate(-90deg);
}

Expand Down Expand Up @@ -161,6 +163,7 @@ $activeBorderColor: $primary-content;

.mx_SpaceButton_toggleCollapse {
width: $gutterSize;
padding: 10px 0;
min-width: $gutterSize;
height: 20px;
mask-position: center;
Expand Down

0 comments on commit 747d65f

Please sign in to comment.