Fix BETA/DEV switch on mobile

This commit is contained in:
Mikołaj Pich 2020-01-04 21:17:23 +01:00
parent e6ec50d8eb
commit 41db992738
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -1,6 +1,5 @@
<template>
<div class="download home-section">
<a id="download">Pobieranie wersji rozwojowych</a>
<div id="download" class="download home-section">
<h2 class="title">Pobieranie</h2>
<home-download-version-switcher v-if="$mq === 'md'" :activeSection="activeSection" />
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">BETA</h3>
@ -43,10 +42,6 @@
</script>
<style lang="scss" scoped>
#download {
visibility: hidden;
}
.download {
height: 100vh;
box-sizing: border-box;