2021-12-24 09:38:06 +09:00
|
|
|
.attachment-collections {
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
.attachment-collections .attachment-collections-selections-options {
|
|
|
|
display: flex;
|
|
|
|
margin-top: 12px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.attachment-collections .attachment-collections-selections-options button {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
2021-12-28 03:38:47 +09:00
|
|
|
#add_collections {
|
|
|
|
height: auto !important;
|
|
|
|
max-height: 20rem !important;
|
|
|
|
overflow-y: auto !important;
|
|
|
|
}
|