You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix space panel alignments when no scrollbar is present
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user