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

@ -10648,6 +10648,22 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
opacity: 1;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-hidden.is-fullwidth {
max-width: 100%;
}
.navbar + .container {
margin-top: 1em;
}

File diff suppressed because one or more lines are too long