mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
small changes on header
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
13a02a0205
commit
ee7f91a3e6
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<header
|
<header
|
||||||
class="mb-4 flex flex-row items-center space-x-2 opacity-60 sm:justify-end"
|
class="mb-4 flex flex-row items-center space-x-3 opacity-60 sm:justify-end"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
class="mr-4 inline-flex grow cursor-pointer items-center space-x-1"
|
class="mr-4 inline-flex grow cursor-pointer items-center space-x-1 sm:grow-0"
|
||||||
@click="() => toggle()"
|
@click="() => toggle()"
|
||||||
>
|
>
|
||||||
<IconToggleOn v-if="editMode" class="h-6 w-6 fill-emerald-700" />
|
<IconToggleOn v-if="editMode" class="h-6 w-6 fill-emerald-700" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue