Feat : add return to lobby button
This commit is contained in:
@@ -8,7 +8,9 @@ const _window = computed(() => window);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div @click="isVisible = true" class="dialog-open-button">Open Settings</div>
|
||||
<button @click="isVisible = true" class="dialog-open-button">
|
||||
Open Settings
|
||||
</button>
|
||||
<div
|
||||
:class="{ visible: isVisible }"
|
||||
class="dialog dialog-background"
|
||||
@@ -125,10 +127,6 @@ const _window = computed(() => window);
|
||||
transition: 0.3s all var(--animation-curve);
|
||||
}
|
||||
.dialog-open-button {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
filter: drop-shadow(2px 2px 1px);
|
||||
cursor: pointer;
|
||||
}
|
||||
.dialog-open-button:active {
|
||||
|
||||
Reference in New Issue
Block a user