Move progress bar into the action button to stop components jumping

This commit is contained in:
Julian Stirling 2025-11-09 18:19:16 +00:00
parent 8b785823ab
commit 2937010e95
5 changed files with 57 additions and 45 deletions

View file

@ -343,7 +343,7 @@ a:hover {
border-radius: @button-border-radius;
padding: 0 8px;
border-color: @global-border;
margin-bottom: 2px;
margin-bottom: 4px;
text-transform:none !important;
}
@ -356,7 +356,6 @@ a:hover {
background-color: rgba(180, 180, 180, 0.10);
border-color: @global-primary-background;
color: @button-text-color;
margin-bottom: 4px;
}
.uk-button-danger {