Files
NodeBB/public/less/modals.less

12 lines
161 B
Plaintext
Raw Normal View History

2020-09-08 19:22:38 -04:00
.tool-modal {
position: fixed;
bottom: 10%;
right: 2rem;
z-index: 1;
}
@media screen and (min-width: @screen-sm-min) {
.tool-modal {
max-width: 33%;
}
}