Style the "share QR" link

Only available in supporting browsers.
This commit is contained in:
N-Pex 2023-10-17 11:27:06 +02:00
parent 78955e0a1f
commit 34bc2f4440
5 changed files with 30 additions and 10 deletions

View file

@ -17,6 +17,7 @@
class="qr"
id="room-qr"
></canvas>
<slot name="share"></slot>
</v-col>
<v-col align-self="center" class="public-link">
<div class="link">{{ locationLink }}</div>
@ -72,7 +73,7 @@ export default {
computed: {
popupTitle() {
return this.$t(this.i18nQrPopupTitleKey);
}
},
},
methods: {
copyRoomLink() {