mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 11:51:23 -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 {
|
#left-sidebar::-webkit-scrollbar-thumb:hover {
|
||||||
background-color: hsl(var(--muted));;
|
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