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 {
|
||||
padding: 0 1.5em;
|
||||
.full-page-chat & {
|
||||
padding: 0 1.5em;
|
||||
}
|
||||
background-color: var(--d-content-background);
|
||||
}
|
||||
|
||||
@@ -21,6 +23,10 @@ body.has-full-page-chat {
|
||||
.chat-drawer.is-expanded & {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.c-navbar__title {
|
||||
padding-left: 0.33em; // visual alignment for chat index, which does not havea a backarrow
|
||||
}
|
||||
}
|
||||
|
||||
.chat-drawer-outlet-container {
|
||||
|
||||
Reference in New Issue
Block a user