0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-10 07:32:04 +02: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 7878f7e5ac
commit 47e11c61db
No known key found for this signature in database
GPG Key ID: 092D4EC7F4DECB68

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;
}