Revert "fix: expand sidebar visibility to all non-desktop screens (≤992px)"

This reverts commit b999d51232.
This commit is contained in:
hiep200311
2026-06-05 21:08:21 +07:00
parent b999d51232
commit d198ca2ca0
2 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
}
/* Media Queries for Sidebar */
@media (max-width: 992px) {
@media (max-width: 768px) {
.floating-menu-btn {
display: flex;
}