[PLUGIN][AttachmentCollections] Make it look good

This commit is contained in:
2021-12-27 15:38:47 -03:00
parent 7ddfe92773
commit 65a3d738ca
3 changed files with 23 additions and 12 deletions

View File

@@ -10,3 +10,8 @@
.attachment-collections .attachment-collections-selections-options button {
margin: 0 !important;
}
#add_collections {
height: auto !important;
max-height: 20rem !important;
overflow-y: auto !important;
}