0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32: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;
@@ -156,7 +156,7 @@
align-content : baseline;
justify-content : flex-start;
width : 440px;
max-height : ~"calc(100vh - 28px)";
max-height : ~'calc(100vh - 28px)';
padding : 0 10px 5px;
margin : 0 auto;
background-color : #333333;
@@ -266,7 +266,7 @@
position : relative;
box-sizing : border-box;
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;
overflow : hidden auto;
color : white;