foobar navbar changes more simplicity lul

This commit is contained in:
x
2026-01-22 11:05:38 +01:00
parent 6d6adeb148
commit c198566474
4 changed files with 76 additions and 106 deletions

View File

@@ -278,32 +278,39 @@ html[theme="paper"] .navbar-brand {
background: transparent;
}
div.search {
display: grid;
}
div.sbt {
display: grid;
grid-template-columns: 1fr auto;
grid-column: 2;
grid-row: 1;
align-content: center;
}
#sbtForm {
}
#sbtButton {
visibility: hidden;
}
#sbtInput {
background: #00000021;
box-shadow: -1px -1px 0px #252525;
border: inset 1px #0000001c;
background: #00000021;
box-shadow: -1px -1px 0px #252525;
border: inset 1px #0000001c;
padding: revert;
box-shadow: inset 0px 0px 5px 1px #0000005e;
width: 100%;
}
.navigation-links {
display: grid;
grid-row: 1;
grid-column: 2;
grid-template-columns: auto auto 1fr;
}
.navigation-links-guest, ol {
margin: 5px;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}

BIN
public/s/img/missing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB