Skip to content

Commit

Permalink
Fix title not being displayed on Firefox 135
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jan 4, 2025
1 parent ac6ea72 commit fd60e6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions native/userchrome/profile/chrome/pwa/content/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
visibility: visible;
}

:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) body {
:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) body,
:root[customtitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) body {
border-top-left-radius: env(-moz-gtk-csd-titlebar-radius);
border-top-right-radius: env(-moz-gtk-csd-titlebar-radius);
}
Expand Down Expand Up @@ -138,7 +139,7 @@

#star-button-box,
#tracking-protection-icon-container,
html:not([tabsintitlebar]) .site-info > * {
html:not([tabsintitlebar]):not([customtitlebar]) .site-info > * {
display: none;
}

Expand Down

0 comments on commit fd60e6a

Please sign in to comment.