Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.software.firefox > #16776
| Date | 2026-04-22 04:28 +0200 |
|---|---|
| Subject | Re: Where are the open tabs hidding in Version 150 |
| Newsgroups | alt.comp.software.firefox |
| References | <10s8kgr$1ogs4$3@dont-email.me> <n4q3flFa370U1@mid.individual.net> <10s8m6q$1p4hm$1@dont-email.me> <10s8n0p$1pbfm$1@dont-email.me> |
| From | dillinger <dillinger@invalid.not> |
| Message-ID | <kbolbm-4sjn3.ln1@spock.lan> (permalink) |
| Organization | KPN B.V. |
On 21-04-2026 22:34, Petersen, Vegard Krog wrote:
> Den 21.04.2026 22:20, skrev Petersen, Vegard Krog:
>> Den 21.04.2026 22:02, skrev Andy Burns:
>>> knuttle wrote:
>>>
>>>> Does anyone know where the open tabs are located. In 149 as you open
>>>> tabs they appeared in the last line of the header.
>>>>
>>>> In 150 they are no where to be found.
>>>
>>> With v149 I switched to vertical tabs, just reverted to horizontal
>>> and new tabs appear to the right of the current tab, just like they
>>> have since forever ...
>>
>> Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
>> my tabs. I have never used vertical tabs. Horizontal tabs are
>> selected. It's just a gray line / field below my bookmarks.
>>
>> As you see I have a userchrome.css file which has placed my tabs below
>> the bookmarks. Perhaps it is this one thats needs to be updated /
>> changed? I do not remember where I got it, sorry.
>>
>> **************************************************************************
>>
>> /* TABS: on bottom */
>> #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar)
>> {-moz-box-ordinal-group:10}
>> #TabsToolbar {-moz-box-ordinal-group:1000!important}
>>
>> #TabsToolbar {
>> position: absolute !important;
>> bottom: 0 !important;
>> width: 100vw !important;
>> }
>>
>> #tabbrowser-tabs {
>> width: 100vw !important;
>> }
>> #main-window:not([chromehidden*="toolbar"]) #navigator-toolbox
>> {padding-bottom: var(--tab-min-height) !important;}
>>
>> /* TABS: height */
>> :root {
>> --tab-toolbar-navbar-overlap: 0px !important;
>> --tab-min-height: 27px !important; /* adjust to suit your needs */
>> }
>> :root #tabbrowser-tabs {
>> --tab-min-height: 27px !important; /* needs to be the same as above
>> under :root */
>> --tab-min-width: 80px !important;
>> }
>>
>> #TabsToolbar {
>> height: var(--tab-min-height) !important;
>> margin-bottom: 1px !important;
>> box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
>> }
>>
>> #tabbrowser-tabs,
>> #tabbrowser-tabs > .tabbrowser-arrowscrollbox,
>> .tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
>> min-height: var(--tab-min-height) !important;
>> max-height: var(--tab-min-height) !important;
>> }
>>
>> /* drag space */
>> .titlebar-spacer[type="pre-tabs"],
>> .titlebar-spacer[type="post-tabs"] {
>> width: 40px;
>> }
>>
>> /* Override vertical shifts when moving a tab */
>> #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
>> padding-bottom: unset !important;
>> }
>> #navigator-toolbox[movingtab] #tabbrowser-tabs {
>> padding-bottom: unset !important;
>> margin-bottom: unset !important;
>> }
>> #navigator-toolbox[movingtab] > #nav-bar {
>> margin-top: unset !important;
>> }
>>
>> /* Tighten up drop-down/context/popup menu spacing */
>> menupopup > menuitem, menupopup > menu { padding-block: 2px !important; }
>> :root { --arrowpanel-menuitem-padding: 4px 8px !important; }
>>
>> **********************************************************************************
>
> I double checked and made all extensions inactive. No change.
Just tried it, your userchrome.css indeed kills all tabs, a blank space
appears where they probably should be, don't blame Firefox.
Back to alt.comp.software.firefox | Previous | Next — Previous in thread | Next in thread | Find similar
Where are the open tabs hidding in Version 150 knuttle <keith_nuttle@yahoo.com> - 2026-04-21 15:51 -0400
Re: Where are the open tabs hidding in Version 150 Andy Burns <usenet@andyburns.uk> - 2026-04-21 21:02 +0100
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-21 22:20 +0200
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-21 22:34 +0200
Re: Where are the open tabs hidding in Version 150 Nobody <jock@soccer.com> - 2026-04-21 15:14 -0700
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-22 18:58 +0200
Re: Where are the open tabs hidding in Version 150 dillinger <dillinger@invalid.not> - 2026-04-22 04:28 +0200
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-22 19:01 +0200
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-21 17:11 -0500
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-22 19:08 +0200
Re: Where are the open tabs hidding in Version 150 Dnews <dnews@triffid.co.uk> - 2026-04-22 20:39 +0100
Re: Where are the open tabs hidding in Version 150 Andy Burns <usenet@andyburns.uk> - 2026-04-23 09:52 +0100
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-23 04:56 -0500
Re: Where are the open tabs hidding in Version 150 Andy Burns <usenet@andyburns.uk> - 2026-04-23 12:00 +0100
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-23 16:51 +0200
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-23 17:31 -0500
Re: Where are the open tabs hidding in Version 150 Nobody <jock@soccer.com> - 2026-04-23 17:04 -0700
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-24 01:51 -0500
Re: Where are the open tabs hidding in Version 150 Nobody <jock@soccer.com> - 2026-04-24 08:36 -0700
Re: Where are the open tabs hidding in Version 150 "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> - 2026-04-24 20:22 +0200
Re: Where are the open tabs hidding in Version 150 Dnews <dnews@triffid.co.uk> - 2026-04-23 15:15 +0100
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-23 17:45 -0500
Re: Where are the open tabs hidding in Version 150 Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-04-25 09:35 +0000
Re: Where are the open tabs hidding in Version 150 knuttle <keith_nuttle@yahoo.com> - 2026-04-21 16:21 -0400
Re: Where are the open tabs hidding in Version 150 R Daneel Olivaw <Danni@hyperspace.vogon.gov.invalid> - 2026-04-21 22:20 +0200
Re: Where are the open tabs hidding in Version 150 VanguardLH <V@nguard.LH> - 2026-04-21 17:06 -0500
Re: Where are the open tabs hidding in Version 150 Nobody <jock@soccer.com> - 2026-04-21 16:21 -0700
Re: Where are the open tabs hidding in Version 150 knuttle <keith_nuttle@yahoo.com> - 2026-04-21 21:50 -0400
Re: Where are the open tabs hidding in Version 150 dillinger <dillinger@invalid.not> - 2026-04-22 04:38 +0200
Re: Where are the open tabs hidding in Version 150 "John C." <r9jmg0@yahoo.com> - 2026-04-22 15:17 -0700
Re: Where are the open tabs hidding in Version 150 "John C." <r9jmg0@yahoo.com> - 2026-04-22 15:27 -0700
Re: Where are the open tabs hidding in Version 150 "John C." <r9jmg0@yahoo.com> - 2026-04-22 15:34 -0700
Re: Where are the open tabs hidding in Version 150 Thank You knuttle <keith_nuttle@yahoo.com> - 2026-04-27 16:01 -0400
Re: Where are the open tabs hidding in Version 150 Thank You Nobody <jock@soccer.com> - 2026-04-27 15:34 -0700
Re: Where are the open tabs hidding in Version 150 Thank You Dnews <dnews@triffid.co.uk> - 2026-04-28 07:37 +0100
Re: Where are the open tabs hidding in Version 150 Thank You Andy Burns <usenet@andyburns.uk> - 2026-04-28 10:06 +0100
Re: Where are the open tabs hidding in Version 150 Thank You knuttle <keith_nuttle@yahoo.com> - 2026-04-28 07:27 -0400
Re: Where are the open tabs hidding in Version 150 Thank You Andy Burns <usenet@andyburns.uk> - 2026-04-28 12:42 +0100
Re: Where are the open tabs hidding in Version 150 Thank You knuttle <keith_nuttle@yahoo.com> - 2026-04-28 08:08 -0400
Re: Where are the open tabs hidding in Version 150 Thank You Mark Lloyd <not.email@all.invalid> - 2026-04-28 17:40 +0000
Re: Where are the open tabs hidding in Version 150 Thank You Nobody <jock@soccer.com> - 2026-04-28 11:03 -0700
Re: Where are the open tabs hidding in Version 150 Thank You Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-05-01 01:31 +0000
Re: Where are the open tabs hidding in Version 150 Thank You Nobody <jock@soccer.com> - 2026-04-30 19:04 -0700
Re: Where are the open tabs hidding in Version 150 Thank You knuttle <keith_nuttle@yahoo.com> - 2026-05-01 12:55 -0400
Re: Where are the open tabs hidding in Version 150 Thank You Char Jackson <none@none.invalid> - 2026-05-09 00:12 -0500
Re: Where are the open tabs hidding in Version 150 Thank You Mark Lloyd <not.email@all.invalid> - 2026-05-09 15:46 +0000
csiph-web