Elastic: Hide page navigation input on phones

pull/5578/merge
Aleksander Machniak 6 years ago
parent 76c55e8263
commit d9864a616e

@ -258,8 +258,12 @@
input {
width: 3rem;
font-size: 90%;
margin: .35rem;
text-align: center;
max-height: 1.6rem;
html.layout-phone & {
display: none;
}
}
span.inner {

Loading…
Cancel
Save