X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=4de0915d270d499fc540a0f171f489a20db413ae;hb=5a199ba1b9eca2066fdf892fe1d4ac96b3b5d19f;hp=35b4c457506f4fd35d0325caf328651668cf47e3;hpb=e64883579c16c1c431ffd39cb7af0d551e10dd6f;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 35b4c457..4de0915d 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -81,16 +81,14 @@ a { .message > .location { -moz-margin-start: 6px; + display: flex; flex: 0 0 auto; align-self: flex-start; + justify-content: flex-end; width: 10em; margin-top: 4px; - text-align: end; color: #3333FF; - text-overflow: ellipsis; text-decoration: none; - overflow: hidden; - white-space: nowrap; } .message > .location:hover, @@ -98,6 +96,17 @@ a { text-decoration: underline; } +.message > .location > .filename { + text-overflow: ellipsis; + text-align: end; + overflow: hidden; + white-space: nowrap; +} + +.message > .location > .line-number { + flex: 0 0 auto; +} + .hud-msg-node[selected="true"] > .webconsole-timestamp, .hud-msg-node[selected="true"] > .webconsole-location { color: inherit;