0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00
This commit is contained in:
Trevor Buckner
2024-03-01 01:27:46 -05:00
parent 50f069e688
commit 59e87697ff

View File

@@ -1,4 +1,4 @@
@import "naturalcrit/styles/colors.less"; @import 'naturalcrit/styles/colors.less';
@navbarHeight : 28px; @navbarHeight : 28px;
@@ -156,7 +156,7 @@
align-content : baseline; align-content : baseline;
justify-content : flex-start; justify-content : flex-start;
width : 440px; width : 440px;
max-height : ~"calc(100vh - 28px)"; max-height : ~'calc(100vh - 28px)';
padding : 0 10px 5px; padding : 0 10px 5px;
margin : 0 auto; margin : 0 auto;
background-color : #333333; background-color : #333333;
@@ -266,7 +266,7 @@
position : relative; position : relative;
box-sizing : border-box; box-sizing : border-box;
display : block; display : block;
max-height : ~"calc(100vh - 28px)"; // I don't think is correct syntax, but leaving it in for now... (Gazook89) max-height : ~'calc(100vh - 28px)';
padding : 8px 5px 13px; padding : 8px 5px 13px;
overflow : hidden auto; overflow : hidden auto;
color : white; color : white;