feat: reduce attachments selector specificity #2682

Merged
konrad merged 1 commits from dpschen/frontend:feature/reduce-selector-specificity-attachments into main 2022-11-12 10:47:47 +00:00

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;