Merge branch 'responsive-2' into 'develop'

Fixed really small size on small screens

See merge request funkwhale/funkwhale!55
merge-requests/154/head
Eliot Berriot 2018-02-26 18:32:31 +00:00
commit 98074c26cf
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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