feat: reduce attachments selector specificity
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-11-11 21:48:00 +01:00
parent 163d9366d3
commit bdde5491cd
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 24 additions and 24 deletions

View File

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