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,8 +334,9 @@ async function setCoverImage(attachment: IAttachment | null) {
&.hidden { &.hidden {
display: none; display: none;
} }
}
.drop-hint { .drop-hint {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -363,7 +364,6 @@ async function setCoverImage(attachment: IAttachment | null) {
width: 100%; width: 100%;
max-width: 300px; max-width: 300px;
} }
}
} }
.attachment-info-meta { .attachment-info-meta {