Fix pizza tracker branding layout

This commit is contained in:
Mononaut
2024-05-07 23:59:02 +00:00
parent 9bd741b1d9
commit 0fae0b21ad
2 changed files with 7 additions and 4 deletions

View File

@@ -47,6 +47,7 @@
max-width: 100%;
padding: 1em;
position: relative;
background: var(--nav-bg);
box-shadow: 0 -5px 15px #000;
z-index: 100;
align-items: center;
@@ -59,6 +60,10 @@
flex-direction: row;
align-items: center;
}
&.hide-name .name {
display: none;
}
}
.subdomain_logo {