mirror of
https://github.com/unraid/webgui.git
synced 2026-02-22 18:29:47 -06:00
fix: adjust background position for ui-dropdownchecklist to enhance layout consistency
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
height: 3rem;
|
||||
line-height: 3rem;
|
||||
border: 1px solid var(--border-color);
|
||||
background-position: calc(100% - 7px), 99%;
|
||||
background-position: calc(100% - 8px), calc(100% - 4px);
|
||||
}
|
||||
|
||||
.ui-dropdownchecklist-selector {
|
||||
|
||||
Reference in New Issue
Block a user