Better aligment for add custom color button

centered the hight and added 2px of space from the input for better view
This commit is contained in:
Erdem
2025-02-19 20:24:48 +03:00
parent b84f1e229b
commit bdf7c84a35

View File

@@ -43,12 +43,13 @@
#PanelUI-zen-gradient-generator-custom-input {
position: relative;
padding-right: 6px !important;
}
#PanelUI-zen-gradient-generator-color-custom-add {
position: absolute;
right: 0px;
top: 0px;
right: 2px;
top: 4px;
cursor: pointer;
}