2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +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:
rudolfkoenig 2018-07-30 10:08:58 +00:00
parent f6557c41dd
commit 9bb0b13b94

View File

@ -204,7 +204,8 @@ body.touch div.col1, body.touch #menu table.room div { padding:0.25em 0; }
@media screen and (orientation: portrait) {
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; }