More spacing below buttons

This commit is contained in:
jaknapper 2025-04-08 18:41:11 +01:00
parent 4fa2813e6a
commit 52532a90d7

View file

@ -341,6 +341,7 @@ a:hover {
border-radius: @button-border-radius;
padding: 0 8px;
border-color: @global-border;
margin-bottom: 2px;
}
.uk-button-default {
@ -352,7 +353,7 @@ a:hover {
background-color: rgba(180, 180, 180, 0.10);
border-color: @global-primary-background;
color: @button-text-color;
margin-bottom: 2px;
margin-bottom: 4px;
}
.uk-button-danger {