Compare commits

...
This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
awesomerobot
32f9fde0b1 UX: fix mobile "reply where" modal position 2022-09-12 15:13:23 -04:00

View File

@ -279,8 +279,11 @@
}
.bootbox.modal.reply-where-modal {
max-width: 400px;
margin-left: -200px;
.desktop-view & {
// mobile view uses different positioning
max-width: 400px;
margin-left: -200px;
}
h1 {
margin: 0;