mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-04-01 05:05:27 +00:00
add FF 119.20.0 ESR notes
This commit is contained in:
parent
dd1cc9262a
commit
5638e22abe
1 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue