This commit is contained in:
Lizandro Guarnizo
2026-01-26 00:04:12 -05:00
parent b0107df7f2
commit 4b9c74e5d7
4 changed files with 90 additions and 35 deletions
+4 -1
View File
@@ -762,8 +762,11 @@ body {
transform: translateX(-100%);
}
.sidebar.show {
.sidebar.show,
.sidebar.open {
transform: translateX(0);
box-shadow: 2px 0 20px rgba(0,0,0,0.2);
z-index: 1200;
}
.main-content {