Skip to content
Snippets Groups Projects
Commit a890adbb authored by Marko Ivancic's avatar Marko Ivancic
Browse files

Add some padding to dropdown box

parent cf32aec4
Branches
Tags
1 merge request!2GUI tweaks
Pipeline #74331 passed
...@@ -331,6 +331,7 @@ ...@@ -331,6 +331,7 @@
.dropdown-box { .dropdown-box {
background-color: var(--caption-bg-c); background-color: var(--caption-bg-c);
display:none; display:none;
padding: 1em;
} }
.dropdown-toggle:checked ~ div.dropdown-box:first-of-type { .dropdown-toggle:checked ~ div.dropdown-box:first-of-type {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment