mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 13:26:36 +00:00
docs - increase width of left TOC on large screens
This commit is contained in:
parent
45d73957c1
commit
d81c666a2c
1 changed files with 6 additions and 0 deletions
|
@ -73,3 +73,9 @@ tbody tr:hover {
|
|||
#left-sidebar::-webkit-scrollbar-thumb:hover {
|
||||
background-color: hsl(var(--muted));;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.container:has(#left-sidebar) {
|
||||
grid-template-columns: 310px minmax(0, 1fr);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue