mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
docs - increase width of left TOC on large screens
This commit is contained in:
parent
45d73957c1
commit
d81c666a2c
@ -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…
x
Reference in New Issue
Block a user