mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
f18style.css: scroll SVG horizonally by blecher-at (Forum #82351)
git-svn-id: https://svn.fhem.de/fhem/trunk@17052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6557c41dd
commit
9bb0b13b94
@ -204,7 +204,8 @@ body.touch div.col1, body.touch #menu table.room div { padding:0.25em 0; }
|
|||||||
|
|
||||||
@media screen and (orientation: portrait) {
|
@media screen and (orientation: portrait) {
|
||||||
body.small table.block tr td:nth-child(n+3) { width: 0px; display: none; }
|
body.small table.block tr td:nth-child(n+3) { width: 0px; display: none; }
|
||||||
body.small #content > table { width: 100%; }
|
body.small #content > table { width: 100%; table-layout: fixed; }
|
||||||
|
.SVGplot { width: 100%; overflow-x: scroll }
|
||||||
}
|
}
|
||||||
|
|
||||||
body.pinnedMenu #menuBtn { display:none; }
|
body.pinnedMenu #menuBtn { display:none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user