add double page

This commit is contained in:
Hepatica
2024-03-19 20:57:21 +01:00
5 changed files with 72 additions and 216 deletions

View File

@@ -12,6 +12,7 @@
<button id="volume-down" @click="volumeDown">-</button>
</div>
-->
<div class="classssboxxxx">
<div class="volume-section">
<h1 class="volume-text">Звук</h1>
<input
@@ -23,9 +24,22 @@
@input="handleVolumeChange"
ref="volumeControl"
/>
<h1 class="volume-text--grey">Данная страница находится в разработке, и будет полностью переделанна</h1>
</div>
<div class="buttonbox">
<input type="checkbox"
id="switch"
class="checkbox" />
<label for="switch"
class="toggle">
</label>
<p>скрыть чат</p>
</div>
</div>
</section>
</div>
</template>
@@ -66,4 +80,5 @@ export default {
}
},
};
</script>