Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.software.firefox > #13050
| From | Newyana2 <newyana@invalid.nospam> |
|---|---|
| Newsgroups | alt.comp.software.firefox |
| Subject | Re: Update 137 Breaks CSS File: |
| Date | 2025-04-12 14:59 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <vted48$14p2k$1@dont-email.me> (permalink) |
| References | <mn.63617e9408e150d0.138872@newsbill.net> |
On 4/12/2025 2:25 PM, Zo wrote:
> The latest Firefox Update 137 put my tabs above the address bar.
>
> This CSS file update fixed that problem for me:
>
> https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom_v2.css#L1
>
I'm running 115 and already had to add CSS to put tabs
under toolbars. (I prefer no tabs at all, but that doesn't
seem to be possible anymore.)
/* put tab bars under toolbar */
:root {
--tab-min-height_tnot: 32px;
--tab_below_navigation_toolbar_bottom_padding: calc(
var(--tab-min-height_tnot) + 5px );
--tab-toolbar-navbar-overlap: 0px !important;
}
#TabsToolbar {
position: absolute;
display: block;
bottom: 0px;
width: 100%;
background-clip: padding-box;
color: var(--toolbar-color);
z-index: 2;
}
Back to alt.comp.software.firefox | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Update 137 Breaks CSS File: Zo <homenet@newsbill.net> - 2025-04-12 14:25 -0400
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-12 14:59 -0400
Re: Update 137 Breaks CSS File: The Real Bev <bashley101@gmail.com> - 2025-04-13 08:32 -0700
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-13 12:16 -0400
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-13 12:20 -0400
Re: Update 137 Breaks CSS File: The Real Bev <bashley101@gmail.com> - 2025-04-13 13:24 -0700
Re: Update 137 Breaks CSS File: Frank Miller <miller@posteo.ee> - 2025-04-13 23:19 +0200
Re: Update 137 Breaks CSS File: The Real Bev <bashley101@gmail.com> - 2025-04-13 18:58 -0700
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-13 20:21 -0400
Re: Update 137 Breaks CSS File: Frank Miller <miller@posteo.ee> - 2025-04-14 03:08 +0200
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-14 07:40 -0400
Re: Update 137 Breaks CSS File: The Real Bev <bashley101@gmail.com> - 2025-04-16 08:13 -0700
Re: Update 137 Breaks CSS File: Mark Lloyd <not.email@all.invalid> - 2025-04-13 17:24 +0000
Re: Update 137 Breaks CSS File: Mark Lloyd <not.email@all.invalid> - 2025-04-13 17:20 +0000
Re: Update 137 Breaks CSS File: Frank Miller <miller@posteo.ee> - 2025-04-13 19:58 +0200
Re: Update 137 Breaks CSS File: Mark Lloyd <not.email@all.invalid> - 2025-04-14 17:51 +0000
Re: Update 137 Breaks CSS File: Newyana2 <newyana@invalid.nospam> - 2025-04-13 20:22 -0400
Re: Update 137 Breaks CSS File: Mark Lloyd <not.email@all.invalid> - 2025-04-13 17:18 +0000
Re: Update 137 Breaks CSS File: Char Jackson <none@none.invalid> - 2025-04-13 23:56 -0500
Re: Update 137 Breaks CSS File: knuttle <keith_nuttle@yahoo.com> - 2025-04-14 06:46 -0400
csiph-web