diff --git a/public/scss/modals.scss b/public/scss/modals.scss index 5130ee6b15..bd635cc7fb 100644 --- a/public/scss/modals.scss +++ b/public/scss/modals.scss @@ -2,15 +2,14 @@ position: fixed; bottom: 10%; right: 2rem; - z-index: 1; + z-index: $zindex-modal; } -// TODO: port to bootstrap5 scss -// @media screen and (min-width: $screen-sm-min) { -// .tool-modal { -// max-width: 33%; -// } -// } +@include media-breakpoint-up(sm) { + .tool-modal { + max-width: 33%; + } +} .topic-thumbs-modal { img.media-object { diff --git a/src/views/modals/move-post.tpl b/src/views/modals/move-post.tpl index f61b4d171c..5a845e358c 100644 --- a/src/views/modals/move-post.tpl +++ b/src/views/modals/move-post.tpl @@ -1,4 +1,4 @@ -