mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
comment unusably buttons
This commit is contained in:
@@ -31,9 +31,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<writechat-component @send="ClaimDatamsg"></writechat-component>
|
<writechat-component @send="ClaimDatamsg"></writechat-component>
|
||||||
<div class="chat__mute-button">
|
<!-- <div class="chat__mute-button">
|
||||||
<button @click="muteChat">Mute</button>
|
<button @click="muteChat">Mute</button>
|
||||||
</div>
|
</div> -->
|
||||||
</aside>
|
</aside>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
<section class="settings">
|
<section class="settings">
|
||||||
|
|
||||||
<div id="volume-control">
|
<!-- <div id="volume-control">
|
||||||
<button id="volume-up" @click="volumeUp">+</button>
|
<button id="volume-up" @click="volumeUp">+</button>
|
||||||
<button id="volume-down" @click="volumeDown">-</button>
|
<button id="volume-down" @click="volumeDown">-</button>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user