fix: color-boxes alignement

This commit is contained in:
2025-06-23 10:05:55 +03:00
parent ad636c0721
commit fdc992d91c
2 changed files with 15 additions and 3 deletions

View File

@@ -225,11 +225,17 @@ button.danger:hover {
.color-row {
display: flex;
gap: 12px;
gap: 24px;
align-items: center;
margin-bottom: 8px;
}
.color-label {
display: flex;
align-items: center;
gap: 6px;
}
#wordList {
margin-top: 8px;
position: relative;