0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 19:02:38 +00:00

Nudge popups left

This commit is contained in:
G.Ambatte
2024-06-06 22:31:05 +12:00
parent 866548deec
commit 359a64968c

View File

@@ -1,7 +1,7 @@
.popups{ .popups{
position : fixed; position : fixed;
top : @navbarHeight; top : @navbarHeight;
right : 15px; right : 24px;
z-index : 10001; z-index : 10001;
width : 450px; width : 450px;
} }