X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ffonts.css;h=78b87a27d449a3f57efafc01cb06731601ca1918;hp=c781a340a0391a66fd5dd80854bc7b3a210b1c96;hb=64c854164c4f4de7c6371e0a20f7ff7720918f03;hpb=1e9e1791d430ae539727c01da67e7dbbf3adfa18 diff --git a/LCARStrek/devtools/fonts.css b/LCARStrek/devtools/fonts.css index c781a340..78b87a27 100644 --- a/LCARStrek/devtools/fonts.css +++ b/LCARStrek/devtools/fonts.css @@ -13,10 +13,7 @@ flex-direction: column; padding-bottom: 20px; width: 100%; - /* Bug 1243598 - Reduce the container height by the tab height to make room - for the tabs above. */ - height: calc(100% - 24px); - position: absolute; + height: 100%; } #sidebar-panel-fontinspector > .devtools-toolbar { @@ -41,9 +38,9 @@ margin: 3px; padding: 0 6px; cursor: pointer; - position: fixed; + position: absolute; bottom: 0; - right: 0; + offset-inline-end: 0; } .dim > #font-container, @@ -78,7 +75,6 @@ } #font-preview-text-input { - font: inherit; margin-top: 1px; margin-bottom: 1px; padding-top: 0;