mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 20:42:44 +00:00
Limit max width of header navigation
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
|
max-width: 40vw;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
&.active {
|
&.active {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user