mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix space panel alignments when no scrollbar is present
This commit is contained in:
parent
272f06d57a
commit
62983ca48e
@ -35,6 +35,7 @@ $activeBorderColor: $secondary-fg-color;
|
||||
|
||||
.mx_SpacePanel_spaceTreeWrapper {
|
||||
flex: 1;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.mx_SpacePanel_toggleCollapse {
|
||||
@ -132,10 +133,6 @@ $activeBorderColor: $secondary-fg-color;
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_SpaceButton_narrow {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.mx_SpaceButton_name {
|
||||
flex: 1;
|
||||
margin-left: 8px;
|
||||
|
||||
@ -132,6 +132,7 @@ limitations under the License.
|
||||
height: min-content;
|
||||
margin-left: auto;
|
||||
margin-right: 16px;
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user