qol
This commit is contained in:
@@ -5976,10 +5976,10 @@ input {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: auto;
|
right: auto;
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 20px;
|
bottom: 100%;
|
||||||
min-width: unset;
|
min-width: unset !important;
|
||||||
max-width: unset;
|
max-width: unset !important;
|
||||||
max-height: 40vh;
|
max-height: inital !important;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -788,9 +788,9 @@
|
|||||||
|
|
||||||
.upload-form .tag-suggestions {
|
.upload-form .tag-suggestions {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
min-width: 220px !important;
|
min-width: 220px;
|
||||||
max-width: 320px !important;
|
max-width: 320px;
|
||||||
max-height: 260px !important;
|
max-height: 260px;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
background: var(--dropdown-bg, #1a1a1a) !important;
|
background: var(--dropdown-bg, #1a1a1a) !important;
|
||||||
border: 1px solid var(--black, #000) !important;
|
border: 1px solid var(--black, #000) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user