mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 23:42:59 +08:00
tweak login dialog for narrow mobile phones
This commit is contained in:
parent
a5ca41b362
commit
3c02e49b28
|
@ -38,15 +38,16 @@
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason:
|
// we need a little extra room on mobile for the
|
||||||
// .modal-footer .btn + .btn {
|
// stuff inside the footer to fit
|
||||||
.modal-footer .btn {
|
.modal-footer {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-footer .btn + .btn {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.modal-footer .btn-group .btn + .btn {
|
|
||||||
margin-left: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
// we need tighter spacing on mobile for header
|
// we need tighter spacing on mobile for header
|
||||||
|
|
Loading…
Reference in New Issue
Block a user