X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcomputedview.css;h=ff809e24e62ce452a9a869f48368519dd4d2057a;hb=1437a48cc96cb2df0e583660e83049b5bffa7b8f;hp=eae29c3907462c45da43057d474e1a3f5a90a1e7;hpb=6f5a7408a1bd6d680d581fdf88469481da91aa72;p=themes.git diff --git a/LCARStrek/browser/devtools/computedview.css b/LCARStrek/browser/devtools/computedview.css index eae29c39..ff809e24 100644 --- a/LCARStrek/browser/devtools/computedview.css +++ b/LCARStrek/browser/devtools/computedview.css @@ -61,7 +61,7 @@ body { background-size: 5px 8px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .property-value, .other-property-value { background-image: url("arrow-e@2x.png"); } @@ -151,8 +151,9 @@ body { margin: 0 5px; } -.devtools-toolbar { +#root .devtools-toolbar { width: 100%; + display: flex; } .link { @@ -182,9 +183,9 @@ body { .computedview-colorswatch { border-radius: 50%; - width: 1em; - height: 1em; - vertical-align: text-top; + width: 0.9em; + height: 0.9em; + vertical-align: middle; -moz-margin-end: 5px; display: inline-block; position: relative;