diff --git a/package-lock.json b/package-lock.json index 5e657ea..173e99c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filepizza", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/index.styl b/src/index.styl index 1b1798a..f0b01e2 100644 --- a/src/index.styl +++ b/src/index.styl @@ -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 { color: gray font: 14px/20px "Quicksand", sans-serif