mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Prevent mobile nav from collapsing while content loads
This commit is contained in:
@@ -53,6 +53,8 @@ blockquote {
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
border: 1px solid $primary-medium;
|
||||
// Prevents the dropdowns from collapsing while content loads, so they look more like placeholders and less like dark 2px lines
|
||||
min-height: 37px;
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
|
||||
Reference in New Issue
Block a user