mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 13:12:40 +00:00
linting
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user