mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fix broken mobile inputs
This commit is contained in:
parent
d3d6d9aefd
commit
7cd9655995
2 changed files with 2 additions and 10 deletions
|
@ -268,10 +268,6 @@
|
|||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
||||
@include breakpoint(630px) {
|
||||
max-width: 264px;
|
||||
}
|
||||
|
||||
div { // Yes. Really.
|
||||
position:relative;
|
||||
margin:0 0 1em 0;
|
||||
|
@ -290,11 +286,6 @@
|
|||
background: transparent;
|
||||
box-shadow: none;
|
||||
@include transition(background ease 0.25s);
|
||||
|
||||
@include breakpoint(630px) {
|
||||
@include transition(none);
|
||||
max-width: 244px;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border: none;
|
||||
|
@ -304,6 +295,7 @@
|
|||
}
|
||||
|
||||
.email-wrap {
|
||||
width: 100%;
|
||||
position:relative;
|
||||
border-radius: 2px;
|
||||
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue