mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 22:21:55 +08:00
FIX: Prevent mobile bookmark modal cutoff
This commit is contained in:
parent
8e98f39d9f
commit
9b4b690bba
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
.modal-body {
|
||||
max-width: 410px;
|
||||
min-width: 380px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
.control-label {
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
font-size: $font-down-2;
|
||||
cursor: pointer;
|
||||
|
||||
@media screen and (max-width: 360px) {
|
||||
width: $tile-width - 10;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $tertiary-low;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user