This commit is contained in:
Markos Gogoulos 2025-10-18 18:43:20 +03:00
parent 2ea45bfd78
commit 61925bbd6e
3 changed files with 286 additions and 282 deletions

View File

@ -170,6 +170,7 @@
} }
} }
.category-modal {
.available-categories { .available-categories {
margin-top: 16px; margin-top: 16px;
flex: 1; flex: 1;
@ -344,6 +345,7 @@
color: #666; color: #666;
} }
} }
}
.category-modal-footer { .category-modal-footer {
display: flex; display: flex;

View File

@ -170,6 +170,7 @@
} }
} }
.tag-modal {
.available-tags { .available-tags {
margin-top: 16px; margin-top: 16px;
flex: 1; flex: 1;
@ -344,6 +345,7 @@
color: #666; color: #666;
} }
} }
}
.tag-modal-footer { .tag-modal-footer {
display: flex; display: flex;

File diff suppressed because one or more lines are too long