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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user