feat: reduce attachments selector specificity (#2682)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2682
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni 2022-11-12 10:47:46 +00:00 committed by konrad
parent eb4c2a4b9d
commit 0f1f131f7a

View File

@ -334,6 +334,7 @@ async function setCoverImage(attachment: IAttachment | null) {
&.hidden { &.hidden {
display: none; display: none;
} }
}
.drop-hint { .drop-hint {
position: absolute; position: absolute;
@ -364,7 +365,6 @@ async function setCoverImage(attachment: IAttachment | null) {
max-width: 300px; max-width: 300px;
} }
} }
}
.attachment-info-meta { .attachment-info-meta {
display: flex; display: flex;