X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=a0540c9982eb63710c9fab42fb10516ec34bf071;hp=6698d27ef56ae7246be11ec9f748c3fd4a6740c8;hb=8922acc9f23be3328737c96320e3a52ffea789cb;hpb=42f880d7999a96ab6998882d52ab5b0113a23285 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 6698d27e..a0540c99 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -145,7 +145,7 @@ a { .message-flex-body > .message-body { display: block; - flex: 1 1 main-size; + flex: 1 1 auto; vertical-align: middle; } @@ -269,7 +269,7 @@ a { } .message[category=network]:not(.navigation-marker) .url { - flex: 1 1 main-size; + flex: 1 1 auto; /* Make sure the URL is very small initially, let flex change width as needed. */ width: 100px; min-width: 5em; @@ -483,7 +483,7 @@ a { .stacktrace .function { display: block; - flex: 1 1 main-size; + flex: 1 1 auto; } .cm-s-mozilla a[class] { @@ -554,7 +554,7 @@ a { } .webconsole-filter-button > .toolbarbutton-menubutton-button:before { width: 12px; - height: 12x; + height: 12px; margin-left: 1px; } .toolbarbutton-menubutton-dropmarker {