input weirdness
This commit is contained in:
parent
d47678c83a
commit
526701e232
@ -183,6 +183,8 @@ tr:nth-child(even) {
|
|||||||
}
|
}
|
||||||
.inline-flex input {
|
.inline-flex input {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
z-index: 10;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
.queue-tag {
|
.queue-tag {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -192,8 +194,7 @@ tr:nth-child(even) {
|
|||||||
border-right: 5px solid #005c25;
|
border-right: 5px solid #005c25;
|
||||||
}
|
}
|
||||||
.dropdown {
|
.dropdown {
|
||||||
position: relative;
|
height: fit-content;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
.dropdown-button {
|
.dropdown-button {
|
||||||
background-color: #112330;
|
background-color: #112330;
|
||||||
|
Loading…
Reference in New Issue
Block a user