feat: rename guild-options CSS class and add destroy-on-click class to GuildOptionsMenu top div
This commit is contained in:
parent
f83b3f34d8
commit
7959f702c6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="guild-options-container">
|
||||
<div id="guild-options-menu" class="destroy-on-click">
|
||||
<div v-for="setting of settings" class="guild-option" tabindex="0">
|
||||
<button class="guild-option-button" @click="setting.action" tabindex="0">{{ setting.name }}</button>
|
||||
</div>
|
||||
|
@ -26,7 +26,7 @@ function openInviteModal() {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
#guild-options-container {
|
||||
#guild-options-menu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue