mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-09 04:29:09 +03:00
fix: color-boxes alignement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user