slide-out animation for left sidebar

This commit is contained in:
Tienson Qin
2025-11-16 23:06:57 +08:00
parent 7007c4716b
commit 499f4acd19
2 changed files with 27 additions and 16 deletions

View File

@@ -472,17 +472,6 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
}
}
.app-silk-sidebar-sheet-content {
@apply bg-white dark:bg-gray-02 flex flex-col items-center p-2;
box-sizing: border-box;
height: 100%;
max-width: 800px;
/* APPEARANCE */
border-radius: 0;
overflow: hidden;
}
.app-audio-recorder {
@apply flex flex-col p-4 gap-4;
@@ -540,11 +529,6 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
}
}
.Sidebar-hidden {
@apply bg-transparent dark:bg-transparent;
box-shadow: none;
}
#app-main-content {
padding-bottom: 200px;
}