autcomplete field in streamer

This commit is contained in:
bkfox
2022-03-20 11:48:03 +01:00
parent 4a00ecd691
commit 17512d14b8
4 changed files with 76 additions and 25 deletions

View File

@ -31,6 +31,11 @@ $body-background-color: $light;
}
}
.float-right { float: right }
.float-left { float: left }
.overflow-hidden { overflow: hidden }
.overflow-hidden.is-fullwidth { max-width: 100%; }
//-- navbar
.navbar + .container {
margin-top: 1em;