Add mobile toggle to left navigation
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sg-left-navigation-pattern__header-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-left-navigation-pattern__group-card {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -43,9 +47,21 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sg-left-navigation-pattern__header-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-small);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sg-left-navigation-pattern__group-card--navigation {
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.sg-left-navigation-pattern__toggle {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user