UX: Mini fixes and tweaks (#179)
* Changing the category & tag dropdown back into their original form. The breadcrumb idea isn't working well. | BC | AC | |--------|--------| |  |  | * Alignment fix in chat navbar drawer | BC | AC | |--------|--------| |  |  |
This commit is contained in:
+7
-1
@@ -5,7 +5,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c-navbar-container {
|
.c-navbar-container {
|
||||||
padding: 0 1.5em;
|
.full-page-chat & {
|
||||||
|
padding: 0 1.5em;
|
||||||
|
}
|
||||||
background-color: var(--d-content-background);
|
background-color: var(--d-content-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -21,6 +23,10 @@ body.has-full-page-chat {
|
|||||||
.chat-drawer.is-expanded & {
|
.chat-drawer.is-expanded & {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c-navbar__title {
|
||||||
|
padding-left: 0.33em; // visual alignment for chat index, which does not havea a backarrow
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-drawer-outlet-container {
|
.chat-drawer-outlet-container {
|
||||||
|
|||||||
@@ -34,11 +34,10 @@
|
|||||||
@include viewport.until(sm) {
|
@include viewport.until(sm) {
|
||||||
gap: var(--spacing-inline-s);
|
gap: var(--spacing-inline-s);
|
||||||
|
|
||||||
// don't know why we even hide this crucial navigation on mobile
|
|
||||||
.category-breadcrumb.hidden,
|
.category-breadcrumb.hidden,
|
||||||
.category-breadcrumb {
|
.category-breadcrumb {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
column-gap: var(--spacing-inline-s);
|
column-gap: var(--spacing-inline-m);
|
||||||
row-gap: var(--spacing-block-xs);
|
row-gap: var(--spacing-block-xs);
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
|
|
||||||
@@ -49,9 +48,12 @@
|
|||||||
); // 2px is width of the outline
|
); // 2px is width of the outline
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-kit-header-wrapper {
|
||||||
|
gap: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
.select-kit-header {
|
.select-kit-header {
|
||||||
background: var(--d-content-background);
|
background: var(--d-content-background);
|
||||||
border: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
.combo-box .combo-box-header {
|
.combo-box .combo-box-header {
|
||||||
// needs more specificity than just in the button file
|
// needs more specificity than just in the button file
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
border-radius: var(--d-border-radius-large);
|
border-radius: var(--d-border-radius);
|
||||||
border: 1px solid var(--primary-300);
|
border: 1px solid var(--primary-300);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user