foobar navbar changes more simplicity lul
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user