X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ffonts.css;h=78b87a27d449a3f57efafc01cb06731601ca1918;hp=1b20a5950a75468666d9306306db5fc8b8031fa8;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=f36031bd6c6a251a541cdf42956f5199adcd9cb8 diff --git a/LCARStrek/devtools/fonts.css b/LCARStrek/devtools/fonts.css index 1b20a595..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 { @@ -33,17 +30,17 @@ margin: 0; } -#showall, #font-showall { border-radius: 300px; border: none; background-color: var(--fonts-button-background); - color: var(--fonts-selected-text); + color: var(--fonts-button-text); margin: 3px; + padding: 0 6px; cursor: pointer; - position: fixed; + position: absolute; bottom: 0; - right: 0; + offset-inline-end: 0; } .dim > #font-container, @@ -77,9 +74,7 @@ overflow-x: auto; } -#preview-text-input, #font-preview-text-input { - font: inherit; margin-top: 1px; margin-bottom: 1px; padding-top: 0;