X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=62f3b365213194812f00c9272dfe4555b2c454af;hp=2dc7892dc206379e0adf8e67c45326a7bb167230;hb=368d0b7ff30fae6bb74e895e6fb8d1a182a1cb1c;hpb=6f5a7408a1bd6d680d581fdf88469481da91aa72 diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index 2dc7892d..62f3b365 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -40,11 +40,18 @@ } .devtools-responsive-container > .devtools-side-splitter { + /* This is a normally vertical splitter, but we have turned it horizontal + due to the smaller resolution */ border: 0; margin: 0; min-height: 3px; height: 3px; - margin-bottom: -3px; + margin-top: -3px; + + /* Reset the vertical splitter styles */ + width: auto; + min-width: 0; + /* In some edge case the cursor is not changed to n-resize */ cursor: n-resize; } @@ -871,26 +878,14 @@ } .line-graph-widget-tooltip[type=maximum] { - left: -1px; -} - -.line-graph-widget-tooltip[type=minimum] { - left: -1px; -} - -.line-graph-widget-tooltip[type=average] { - right: -1px; -} - -.line-graph-widget-tooltip[type=maximum][with-arrows=true] { left: 14px; } -.line-graph-widget-tooltip[type=minimum][with-arrows=true] { +.line-graph-widget-tooltip[type=minimum] { left: 14px; } -.line-graph-widget-tooltip[type=average][with-arrows=true] { +.line-graph-widget-tooltip[type=average] { right: 4px; }