Improve spacing for Dark Mode button in top row

Wrapped the Dark Mode toggle button in a span with left margin
for better separation from the theme combo box. Added a new
.btn-gap CSS class to standardize button spacing in the top row.
This commit is contained in:
OlgunR
2026-04-23 15:59:50 +02:00
parent 35e39ff979
commit 075433c780
2 changed files with 8 additions and 2 deletions

View File

@@ -185,3 +185,7 @@ dxbl-grid tbody tr:nth-child(even) td {
align-items: center;
justify-content: center;
}
.top-row .btn-gap {
margin-left: 8px;
}