Add bogus portrait css
parent
5a8e1c287b
commit
966715319b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue