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:
parent
55e2cd39b9
commit
cbbbf093a4
@ -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