X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=7c9a2f4929876802cc29d1096eac15073d369c3b;hp=07c7e20d89a3792d0bd867ca3da7ddf0218d32e8;hb=19988d2d5bba419a5f24824e3c7edf3119d95898;hpb=d74db93877c7a404babddcf7b0523fa2b1f6f2bf diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 07c7e20d..7c9a2f49 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -26,6 +26,11 @@ notification { font-size: var(--monospace-font-size); } +/* Bottom-docked toolbox minimize transition */ +.devtools-toolbox-bottom-iframe { + transition: margin-bottom .1s; +} + /* Splitters */ .devtools-horizontal-splitter { @@ -43,6 +48,11 @@ notification { cursor: e-resize; } +.devtools-horizontal-splitter.disabled, +.devtools-side-splitter.disabled { + pointer-events: none; +} + /* In-tools sidebar */ .devtools-toolbox-side-iframe {