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