kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'responsive-2' into 'develop'
Fixed really small size on small screens See merge request funkwhale/funkwhale!55merge-requests/154/head
commit
98074c26cf
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -59,7 +59,7 @@ export default {
|
|||
|
||||
html, body {
|
||||
@include media("<desktop") {
|
||||
font-size: 200%;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
#app {
|
||||
|
|
Ładowanie…
Reference in New Issue