Fixed two minor bugs and edited the README.md
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section>
|
||||
<q-card-section v-if="currentUserIsAdmin">
|
||||
<div class="text-h5">Mitglieder hinzufügen</div>
|
||||
<q-input
|
||||
filled
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<div class="menu">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between;" class="navigation">
|
||||
<div title="Nach Nutzern suchen" @click="selectTab('search')" :class="{menuItemActive : activeMenu === 'search', menuItemInactive : activeMenu !== 'search'}">
|
||||
<div title="Nach Nutzern suchen" @click="selectTab('search')" :class="{menuItemActive : activeMenu === 'search', menuItemInactive : activeMenu !== 'search'}" style="border-top-left-radius: 1rem;">
|
||||
<q-icon name="search"></q-icon>
|
||||
</div>
|
||||
|
||||
@@ -430,6 +430,10 @@
|
||||
transition: .3s;
|
||||
}
|
||||
|
||||
.navigation:nth-child(1) {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
.menuItemActive {
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user