Tabs Not Showing - Everythings Different

User Help for Mozilla Firefox
Post Reply
User avatar
tunescool
Posts: 124
Joined: May 11th, 2009, 6:22 am

Tabs Not Showing - Everythings Different

Post by tunescool »

ive been thru topics about the new 89 tab problem, i was unable to get the tabs where i had them, below the bookmarks bar. i use mac if that matters
User avatar
tunescool
Posts: 124
Joined: May 11th, 2009, 6:22 am

Re: Tabs Not Showing - Everythings Different

Post by tunescool »

i have a code to get everything back to where it was

https://imgur.com/ok4CzNY

and can it have so theres no space between the tabs, like it was before

i mean the tabs taking up the whole tab bar, not the new rounded look. and so they would meet

/* Source file https://github.com/MrOtherGuy/firefox-c ... bottom.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */
/*
Use tabs_on_bottom_menubar_on_top_patch.css if you
have menubar permanently enabled and want it on top
*/

/* IMPORTANT */
/*
Get window_control_placeholder_support.css
Window controls will be all wrong without it.
Additionally on Linux, you may need to get:
linux_gtk_window_control_patch.css
*/

:root{ --uc-titlebar-padding: 0px; }
@media (-moz-os-version: windows-win10){
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
}
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
#TabsToolbar > .titlebar-buttonbox-container{
position: fixed;
display: block;
top: var(--uc-titlebar-padding,0px);
right:0;
height: 140px;
}
/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
:root{ --uc-titlebar-padding: 0px !important }
.titlebar-buttonbox-container{ left:0; right: unset !important; }
}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

#titlebar{
-moz-box-ordinal-group: 2;
-moz-appearance: none !important;
--tabs-navbar-shadow-size: 0px;
}

.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */
toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-c ... _patch.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 25px !important;
--tab-min-width: 80px !important;

#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background {
border-radius: 8px 8px 0px 0px !important; border-image: none !important;
}
.tab-line {
display: none;
}

.tab-close-button {
color: red!important;
}
Idadho
Posts: 2
Joined: May 9th, 2014, 3:29 pm

Re: Tabs Not Showing - Everythings Different

Post by Idadho »

How do I get the outline of the tabs to show? And be below the bookmarks toolbar?

Also, an opaque tab with no shadow showing through is necessary.

Wider/thicker lines for icons, images, and text.

Yellow/tan color for image of bookmark Folders

Who thinks FF 89 is an improvement?

The only advantage FF has is Chrome and MS Edge are worse.

Mozilla F'd the Fox with this update.

It is completely unaccessible to people with vision difficulties.

Is it time for some web rage? Is the smell of the SF Bay so bad that they stick their heads up their butts to smell something different? Take off your freaking Gov Nuisance Masks and smell the crap you released as an update.
Post Reply