Fixes #7080: Re-add missing image preview element

This commit is contained in:
thatmattlove
2021-08-31 17:04:35 -07:00
parent 2b263b054c
commit d743dc160a
18 changed files with 82 additions and 28 deletions

View File

@@ -956,6 +956,11 @@ div.card-overlay {
}
}
// Remove the max-width from image preview popovers as this is controlled on the image element.
.popover.image-preview-popover {
max-width: unset;
}
#django-messages {
position: fixed;
right: $spacer;