mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
|
|
.tool-modal {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 10%;
|
||
|
|
right: 2rem;
|
||
|
|
z-index: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (min-width: @screen-sm-min) {
|
||
|
|
.tool-modal {
|
||
|
|
max-width: 33%;
|
||
|
|
}
|
||
|
|
}
|