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>
|
||||
<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;
|
||||
|
|
Loading…
Reference in a new issue