- Overlay headerbar on fullscreen (@CleoMenezesJr)
- Tabbar theming improvements (@CleoMenezesJr)
- Add gnomeTheme.swapTabClose optional preference
- Firefox 121 fixes
- Bugfixes
This commit is contained in:
Rafael Mardojai CM 2023-12-19 17:06:33 -05:00
parent 9561fc9630
commit bad853333d
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Matrix room: [#firefox-gnome-theme:matrix.org](https://matrix.to/#/#firefox-gnom
### Firefox versions support
The `master` branch of this repo supports the current Firefox stable release `120`.
The `master` branch of this repo supports the current Firefox stable release `121`.
Theme versions compatible with older Firefox releases are preserved as git tags.

View File

@ -33,6 +33,6 @@
#customization-footer::before {
background: url(../icon.svg) no-repeat;
background-size: contain;
content: "Firefox GNOME theme v120";
content: "Firefox GNOME theme v121";
padding: 9px 9px 9px 50px;
}