Update styling of mobile menu

This commit is contained in:
Ramon Wenger 2024-11-06 15:51:26 +01:00
parent 922bb9da32
commit 31bbf046fa
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ const mentorTabTitle = computed(() =>
</li>
</ul>
</div>
<button v-if="user?.loggedIn" type="button" class="mt-6 flex items-center">
<button v-if="user?.loggedIn" type="button" class="px-4 py-2 mt-6 flex items-center">
<!-- todo: correct action / route -->
<it-icon-settings class="inline-block" />
<span class="ml-1">{{ $t("a.Einstellungen") }}</span>
@ -179,7 +179,7 @@ const mentorTabTitle = computed(() =>
<button
v-if="user?.loggedIn"
type="button"
class="mt-6 flex items-center"
class="px-4 py-2 mt-6 flex items-center"
@click="$emit('logout')"
>
<it-icon-logout class="inline-block" />