Fixed really small size on small screens

This commit is contained in:
Eliot Berriot 2018-02-26 19:01:14 +01:00
parent 2ad735bf85
commit 94f8aabaa2
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Changelog
- Fixed broken file import due to wrong url (#73) - Fixed broken file import due to wrong url (#73)
- More accurate mimetype detection - More accurate mimetype detection
- Fixed really small size on small screens.
0.5.1 (2018-02-24) 0.5.1 (2018-02-24)

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Funkwhale</title> <title>Funkwhale</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -59,7 +59,7 @@ export default {
html, body { html, body {
@include media("<desktop") { @include media("<desktop") {
font-size: 200%; font-size: 90%;
} }
} }
#app { #app {