mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 06:52:59 +01:00
modal fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="card tool-modal">
|
||||
<div class="card tool-modal shadow">
|
||||
<h5 class="card-header text-bg-primary">
|
||||
[[topic:thread_tools.move-posts]]
|
||||
</h5>
|
||||
|
||||
Reference in New Issue
Block a user