fix(ui): reduce queue action button height for compact layout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xRangerDE 2026-03-20 10:10:02 +01:00
parent 8132e062fa
commit 00d35f1b1c

View File

@ -419,12 +419,12 @@ body {
.btn {
flex: 1;
padding: 10px;
padding: 5px 8px;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: 600;
font-size: 13px;
font-size: 12px;
transition: all 0.2s;
}