Fix space panel alignments when no scrollbar is present

pull/21833/head
Michael Telatynski 2021-03-15 12:57:35 +00:00
parent 272f06d57a
commit 62983ca48e
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -132,6 +132,7 @@ limitations under the License.
height: min-content;
margin-left: auto;
margin-right: 16px;
display: inline-flex;
}
}