We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fc4c0 commit 8fcf305Copy full SHA for 8fcf305
adminforth/spa/src/components/Sidebar.vue
@@ -192,6 +192,12 @@
192
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
193
overflow: hidden; /* Prevent content from showing during animation */
194
will-change: width, transform;
195
+ /* Right-side only shadow */
196
+ box-shadow: 12px 0px 14px -5px rgba(0, 0, 0, 0.25);
197
+ }
198
+ :deep(.dark) .sidebar-container {
199
+ /* Slightly stronger in dark mode */
200
+ box-shadow: 12px 0px 14px -5px rgba(0, 0, 0, 0.45);
201
}
202
203
.sidebar-collapsed {
0 commit comments