mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 14:56:11 +02:00
18 lines
228 B
SCSS
18 lines
228 B
SCSS
.tool-modal {
|
|
position: fixed;
|
|
bottom: 10%;
|
|
right: 2rem;
|
|
z-index: $zindex-modal;
|
|
}
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
.tool-modal {
|
|
max-width: 33%;
|
|
}
|
|
}
|
|
|
|
.topic-thumbs-modal {
|
|
img.media-object {
|
|
max-width: 20rem;
|
|
}
|
|
} |