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
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ $activeBorderColor: $primary-content;
34
34
// Create another flexbox so the Panel fills the container
35
35
display : flex ;
36
36
flex-direction : column ;
37
- width : 260px ;
38
-
39
- & .collapsed {
40
- width : auto ;
41
- }
42
37
43
38
.mx_SpacePanel_toggleCollapse {
44
39
position : absolute ;
@@ -159,8 +154,10 @@ $activeBorderColor: $primary-content;
159
154
align-items : center ;
160
155
border-radius : 12px ;
161
156
padding : 4px ;
162
- width : 32px ;
157
+ width : calc (100% - 32px );
158
+ min-width : 0 ;
163
159
}
160
+
164
161
.mx_SpaceButton_name {
165
162
flex : 1 ;
166
163
margin-left : 8px ;
@@ -278,6 +275,7 @@ $activeBorderColor: $primary-content;
278
275
display : flex ;
279
276
flex-direction : column ;
280
277
max-width : 250px ;
278
+ min-width : 0 ;
281
279
flex-grow : 1 ;
282
280
283
281
.mx_BaseAvatar :not (.mx_UserMenu_userAvatar_BaseAvatar ) .mx_BaseAvatar_initial {
@@ -331,6 +329,7 @@ $activeBorderColor: $primary-content;
331
329
display : block ;
332
330
}
333
331
}
332
+
334
333
.mx_SpaceItem :not (.mx_SpaceItem_new ) {
335
334
.mx_SpaceButton :hover ,
336
335
.mx_SpaceButton :focus-within ,
You can’t perform that action at this time.
0 commit comments