forked from rc/aircox
autcomplete field in streamer
This commit is contained in:
@ -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
Reference in New Issue
Block a user