X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Finspector.css;fp=LCARStrek%2Fdevtools%2Finspector.css;h=49d5bf11062db4e01171b7eae95e9ce5cb7ac656;hp=b99c22151d0693eb611ad91cf54bd0913d56fe4c;hb=ec6b35d822a99b5e8ed93538398ec054713bb38b;hpb=d22068c79a3bb7b018bef6d15ff5d985d377ac6f diff --git a/LCARStrek/devtools/inspector.css b/LCARStrek/devtools/inspector.css index b99c2215..49d5bf11 100644 --- a/LCARStrek/devtools/inspector.css +++ b/LCARStrek/devtools/inspector.css @@ -95,6 +95,17 @@ window { #inspector-searchlabel { overflow: hidden; + margin-inline-end: 2px; +} + +#inspector-search { + flex: unset; +} + +/* TODO: bug 1265759: should apply to .devtools-searchinput once all searchbox + is converted to html*/ +#inspector-searchbox { + width: 100%; } /* Make sure the text is vertically centered in Inspector's @@ -105,10 +116,6 @@ window { line-height: 19px; } -#inspector-search { - flex: unset; -} - /* Eyedropper toolbar button */ #inspector-eyedropper-toggle {