0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

Limit max width of header navigation

This commit is contained in:
G.Ambatte
2024-08-26 16:06:11 +12:00
parent 380c1444ca
commit e57b88a019

View File

@@ -6,6 +6,7 @@
background-color: #ccc;
border-radius: 5px;
max-height: 100vh;
max-width: 40vw;
overflow-y: auto;
&.active {
padding-bottom: 10px;