Improve mobile styling (#106)

closes #101
pull/113/head
Sumeet Rohra 6 years ago committed by Alex Kern
parent 2649e0682f
commit 331e6f294f

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "filepizza", "name": "filepizza",
"version": "1.0.0", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

@ -237,6 +237,43 @@ small {
} }
} }
@media screen and (max-width: 850px) {
.tempalink {
display: flex
flex-direction: column;
width: calc(100vw - 40px)
max-width: 1024px
margin 20px auto
.qr {
margin: auto;
justify-content: center
padding: 20px
}
.short-url {
display: flex
flex-direction: column
height: 70px
span {
word-break: break-all
padding: 2px
}
}
.long-url input {
rows: auto
}
}
}
@media screen and (max-height: 360px) {
.container {
margin-bottom: 60px
}
}
.data { .data {
color: gray color: gray
font: 14px/20px "Quicksand", sans-serif font: 14px/20px "Quicksand", sans-serif

Loading…
Cancel
Save