diff --git a/public/uk/left-oriented-close-tab-button-in-firefox.gmi b/public/uk/left-oriented-close-tab-button-in-firefox.gmi index c4c1776..9dd6ee0 100644 --- a/public/uk/left-oriented-close-tab-button-in-firefox.gmi +++ b/public/uk/left-oriented-close-tab-button-in-firefox.gmi @@ -57,6 +57,35 @@ Можливо, я щось придумаю і доповню це рішення, а поки така малята ***ня. +## FF 119.20.0 ESR + +В i2pdbrowser трішки інші відступи: + +``` ~/.mozilla/firefox/xxx.default-esr/chrome/userChrome.css +.tabbrowser-tab:not([pinned]) .tab-icon-stack { + margin-left: 12px; +} +.tabbrowser-tab .tab-close-button { + width: 24px !important; + height: 24px !important; + padding-left: 6px !important; + padding-right: 6px !important; + + order: -1; + position: absolute; + left: 6px; + + visibility: hidden; +} +.tabbrowser-tab:hover .tab-close-button, +.tabbrowser-tab[selected="true"] .tab-close-button { + visibility: visible; +} +``` + +Детальніше про те, чому саме FF 119.20.0 ESR: +=> my-personal-i2pdbrowser-fork-for-privacy-oriented-web.gmi Мій форк i2pdbrowser для приватно-орієнтованого Веб + ## Дивіться також => left-oriented-close-tab-button-in-thunderbird.gmi Ліво-стороння орієнтація кнопки "закрити вкладку" в Thunderbird \ No newline at end of file