+
@@ -953,12 +949,14 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .appUserCard {
- min-height: auto;
- margin-bottom: 10px;
+ min-height: 50px;
+ margin-bottom: 0;
}
.appShell--leftCollapsed .appUserCard__button,
.appShell--leftCollapsed .appUserCard__guest {
+ width: 100%;
+ height: 50px;
min-height: 44px;
padding: 0;
gap: 0;
@@ -977,6 +975,8 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .searchStub {
+ height: 50px;
+ margin-bottom: 0;
padding: 11px 0;
gap: 0;
justify-content: center;
@@ -984,6 +984,7 @@ function submitGlobalSearch() {
.appShell--leftCollapsed .searchStub__iconButton {
width: 100%;
+ height: 100%;
}
.appShell--leftCollapsed .leftNav {
@@ -991,6 +992,9 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .leftNav__item {
+ width: 100%;
+ min-height: 50px;
+ height: 50px;
padding: 11px 0;
gap: 0;
justify-content: center;
@@ -1009,7 +1013,7 @@ function submitGlobalSearch() {
display: grid;
align-content: start;
justify-items: stretch;
- gap: 12px;
+ gap: 10px;
overflow: hidden;
}