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