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 {
margin-top: 16px;
flex: 1;
@ -344,6 +345,7 @@
color: #666;
}
}
}
.category-modal-footer {
display: flex;

View File

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

File diff suppressed because one or more lines are too long