File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" flex max-w-sm justify-between items-center w-full my-4" >
3- <h1 class =" text-3xl text-gray-matcha capitalize" >{{ name }}</h1 >
3+ <h1 class =" text-3xl text-purple-400 capitalize" >{{ name }}</h1 >
44 <div class =" md:hidden sort-button rounded-md text-lg w-12" >
55 <h1 class =" noSelect" >←</h1 >
66 </div >
Original file line number Diff line number Diff line change 2828 <MenuButton v-on:click.native =" showSetting('profile')" v-bind:class =" {'md:px-8':true, 'md:bg-purple-200': getShow === 'profile'}" v-bind:text =" 'Profile'" ></MenuButton >
2929 </div >
3030 </section >
31- <section v-if =" getShow === 'account'" class =" flex flex-col items-center z-10 absolute bg-white-matcha px-8 pb-4 w-full top-0 left-0 h-screen md:h-auto md:ml-4 md:relative md:shadow-md md:rounded-md" >
31+ <section v-if =" getShow === 'account'" class =" flex flex-col items-center z-10 absolute bg-white-matcha px-8 md: pb-8 w-full top-0 left-0 h-screen md:h-auto md:ml-4 md:relative md:shadow-md md:rounded-md" >
3232 <SectionHeader v-bind:name =" 'account'" v-on:click.native =" closeSetting()" ></SectionHeader >
3333 <AccountInput
3434 v-bind:name =" 'First Name'"
You can’t perform that action at this time.
0 commit comments