mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 16:32:40 +00:00
linting
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
.homebrew nav {
|
.homebrew nav {
|
||||||
background-color : #333333;
|
background-color : #333333;
|
||||||
container : nav / inline-size;
|
|
||||||
|
|
||||||
.navContent {
|
.navContent {
|
||||||
position : relative;
|
position : relative;
|
||||||
z-index : 2;
|
z-index : 2;
|
||||||
@@ -37,7 +35,10 @@
|
|||||||
align-items : center;
|
align-items : center;
|
||||||
&:last-child .navItem { border-left : 1px solid #666666; }
|
&:last-child .navItem { border-left : 1px solid #666666; }
|
||||||
|
|
||||||
&:has(.brewTitle) {flex-grow : 1; min-width : 300px;container : brewTitle / inline-size; }
|
&:has(.brewTitle) {
|
||||||
|
flex-grow : 1;
|
||||||
|
min-width : 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// "NaturalCrit" logo
|
// "NaturalCrit" logo
|
||||||
.navLogo {
|
.navLogo {
|
||||||
@@ -85,7 +86,6 @@
|
|||||||
text-transform : uppercase;
|
text-transform : uppercase;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
background-color : #333333;
|
background-color : #333333;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
float : right;
|
float : right;
|
||||||
margin-left : 5px;
|
margin-left : 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user