Add bogus portrait css
parent
5a8e1c287b
commit
966715319b
|
@ -285,6 +285,24 @@ td:last-child {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (orientation: portrait) {
|
||||||
|
#container {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#menu {
|
||||||
|
}
|
||||||
|
#content {
|
||||||
|
overflow: initial;
|
||||||
|
background-color: var(--toc-background);
|
||||||
|
color: var(--toc-foreground);
|
||||||
|
}
|
||||||
|
#table-of-contents {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.Table__Entry__JSON > a {
|
.Table__Entry__JSON > a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue