From 1c0bbc93904456cfce1e3d77bc515043ccc9ec19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 14 Aug 2024 20:05:28 +0200 Subject: [PATCH] linting --- client/homebrew/navbar/navbar.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index e82ea385b..08a10fe13 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -24,8 +24,6 @@ .homebrew nav { background-color : #333333; - container : nav / inline-size; - .navContent { position : relative; z-index : 2; @@ -37,7 +35,10 @@ align-items : center; &: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 .navLogo { @@ -85,7 +86,6 @@ text-transform : uppercase; cursor : pointer; background-color : #333333; - i { float : right; margin-left : 5px;