This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ $activeBorderColor: $secondary-content;
144144 align-items : center ;
145145 border-radius : 12px ;
146146 padding : 4px ;
147- width : 100% ;
147+ width : calc ( 100% - 32 px ) ;
148148 }
149149
150150 .mx_SpaceButton_name {
@@ -160,6 +160,7 @@ $activeBorderColor: $secondary-content;
160160
161161 .mx_SpaceButton_toggleCollapse {
162162 width : $gutterSize ;
163+ min-width : $gutterSize ;
163164 height : 20px ;
164165 mask-position : center ;
165166 mask-size : 20px ;
@@ -221,7 +222,7 @@ $activeBorderColor: $secondary-content;
221222 height : 20px ;
222223 margin-top : auto ;
223224 margin-bottom : auto ;
224- visibility : hidden ;
225+ display : none ;
225226 position : relative ;
226227
227228 & ::before {
@@ -270,15 +271,11 @@ $activeBorderColor: $secondary-content;
270271 }
271272 }
272273
273- .mx_SpaceButton_narrow .mx_SpaceButton_menuButton {
274- display : none ;
275- }
276-
277274 .mx_SpaceButton :hover ,
278275 .mx_SpaceButton :focus-within ,
279276 .mx_SpaceButton_hasMenuOpen {
280- & :not (.mx_SpaceButton_invite ) .mx_SpaceButton_menuButton {
281- visibility : visible ;
277+ & :not (.mx_SpaceButton_narrow ) :not ( . mx_SpaceButton_invite ) .mx_SpaceButton_menuButton {
278+ display : block ;
282279 }
283280 }
284281
You can’t perform that action at this time.
0 commit comments