0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-24 23:51:04 +01:00

fix: lower TOC sidebar breakpoint to 768px for tablet support

This commit is contained in:
hamki 2026-01-16 04:41:29 +08:00
parent 55e2cd39b9
commit cbbbf093a4

View File

@ -182,8 +182,8 @@
color: var(--color-primary);
}
/* Hide sidebar on small screens */
@media (max-width: 1400px) {
/* Hide sidebar on small screens (phones) */
@media (max-width: 768px) {
.file-view-sidebar {
display: none !important;
}