File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 99 '-translate-x-full': !sideBarOpen,
1010 'transform-none': sideBarOpen,
1111 'sidebar-collapsed': iconOnlySidebarEnabled && isSidebarIconOnly && !isSidebarHovering,
12- 'sidebar-expanded': !iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering)
12+ 'sidebar-expanded': !iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering),
13+ 'sidebar-floating': isSidebarIconOnly && isSidebarHovering
1314 }"
1415 aria-label =" Sidebar"
1516 >
217218
218219 .sidebar-expanded {
219220 width : v-bind (expandedWidth ); /* Expanded width (w-64) */
221+ }
222+
223+ .sidebar-floating {
220224 box-shadow : 3px 0px 12px -2px rgba (0 , 0 , 0 , 0.15 );
221225 }
222226
You can’t perform that action at this time.
0 commit comments