Modified visual elements
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
<div v-show="!hideSideBar"
|
||||
@mouseleave="startCloseSidebarTimer"
|
||||
@mouseenter="clearCloseSidebarTimer"
|
||||
class="w-48 fixed left-0 top-14 h-full border-r-2 bg-purple z-30 transition-transform duration-700">
|
||||
class=" fixed left-0 top-14 h-full border-r-2 bg-purple z-30 transition-transform duration-700">
|
||||
<SideBar></SideBar>
|
||||
</div>
|
||||
</transition>
|
||||
|
||||
<div class="flex flex-col mt-16 bg-amber-50 w-full md:ml-1">
|
||||
<div class="flex flex-col mt-16 w-full md:ml-1" style="background-color: #f4f4f4">
|
||||
<RouterView></RouterView>
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user