small formatting fix

This commit is contained in:
Luna D. 2024-12-19 17:37:02 +01:00
parent 5c347eccb6
commit cada75667a
No known key found for this signature in database
GPG key ID: 4B1C63448394F688

View file

@ -165,8 +165,8 @@ select.input:focus {
-moz-appearance: none;
appearance: none;
background:
linear-gradient(45deg, transparent 50%, var(--foreground-color) 50%) calc(100% - 15px) 12px/5px 5px no-repeat,
linear-gradient(135deg, var(--foreground-color) 50%, transparent 50%) calc(100% - 10px) 12px/5px 5px no-repeat;
linear-gradient(45deg, transparent 50%, var(--foreground-color) 50%) calc(100% - 15px) 12px / 5px 5px no-repeat,
linear-gradient(135deg, var(--foreground-color) 50%, transparent 50%) calc(100% - 10px) 12px / 5px 5px no-repeat;
padding-right: 25px;
}