Fix BETA/DEV switch on mobile
This commit is contained in:
parent
e6ec50d8eb
commit
41db992738
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue