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:
parent
7878f7e5ac
commit
47e11c61db
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user