Add bogus portrait css

master
kts of kettek (yan) 2021-06-05 19:27:47 -07:00
parent 5a8e1c287b
commit 966715319b
1 changed files with 19 additions and 1 deletions

View File

@ -285,10 +285,28 @@ 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 {
display: inline-block;
width: 100%;
height: 100%;
cursor: copy;
text-align: center;
}
}