Отображение вопросов с тегом: Показать все вопросы
  • Решено

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (читать ещё)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_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 }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* 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: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

  1. titlebar{

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

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. 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; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

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

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

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

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. 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; }

Задан scottish2 4 месяца назад

Дан ответ jscher2000 - Support Volunteer 4 месяца назад

  • Архивировано

Find in page bar blocks URL bar

When the find in page bar is visible, the user is unable to scroll to reveal the URL bar. Additionally, the minimal design of the find in page bar results in the user fut… (читать ещё)

When the find in page bar is visible, the user is unable to scroll to reveal the URL bar. Additionally, the minimal design of the find in page bar results in the user futilely flicking the page as hard as possible to try to get the elusive URL to reappear.

On Firefox Android, with the URL bar in the top position, and running ublock origin and privacy badger.

In case it matters, I was on https://usermanual.wiki/Document/OpenShot20Manual.32130931/help

Задан David T. Macknet 2 года назад

Последний ответ от David T. Macknet 2 года назад

  • Решено
  • Архивировано

newtabpage shortcut icon size

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full siz… (читать ещё)

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full size again (i.e. fill the box)? It was easier to tell them apart at a glance before the update, post update there's too much empty space. Is there something in about:config that controls this?

Thanks in advance!

Задан xlucine 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Архивировано

How to get disable the firefox update popup

I don't want to update my firefox. I was able to disable automatic updates. But the popup keeps coming once in a while. I need to get rid of that popup somehow. Please l… (читать ещё)

I don't want to update my firefox. I was able to disable automatic updates. But the popup keeps coming once in a while. I need to get rid of that popup somehow.

Please let me know if there is a way to disable it other than collapsing NAV Bar.

Задан yash292k11 2 года назад

Последний ответ от jkeating2 1 год назад

  • Архивировано

old connected services

So I've been doing a lot of distro-hopping over the last couple of years and every install has an instance of firefox + assorted info in the "Connected Services" list. I … (читать ещё)

So I've been doing a lot of distro-hopping over the last couple of years and every install has an instance of firefox + assorted info in the "Connected Services" list. I can log out of them individually, but this is going to take a daft amount of time. I really do mean "a lot of distrohopping". There must be at least 300 entries, probably more. Can I 'log out of all devices' and then back in to clear the list? The alternative would seem to be to export everything, then make a new account and import it back.

As an aside, in the course of chasing this feature down I discovered that it's no longer possible to remove old devices from your Google account.

Thanks I've been a firefox user since the first Beta of the then named Mozilla Sunbird. Always loved it. Always recommended it to anyone who would stand still long enough to listen, as the saying goes.

Задан davidhands99 2 года назад

Последний ответ от Rhonda 1 год назад

  • Решено
  • Архивировано

Firefox tips - but where are they?

You've sent me an email recommending 'The Forget Button' but where is it? It's all very well saying how good it is. I certainly don't have one where it is in your video … (читать ещё)

You've sent me an email recommending 'The Forget Button' but where is it? It's all very well saying how good it is. I certainly don't have one where it is in your video so how do I install it? Grrr so frustrating.

Ditto the Relay thing for burn email addresses. The little video goes on about how good it is but where on earth is the facility?

Soo madenning!

Any help gratefully recieved.

Задан mark318 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

Download Page to View Offline

I've Googled this a few different ways and the results don't seem to be up to date, because I'm not seeing what I should be. I'm using Firefox on Android, and I want to … (читать ещё)

I've Googled this a few different ways and the results don't seem to be up to date, because I'm not seeing what I should be.

I'm using Firefox on Android, and I want to download a page to view offline, but can't see how. Google results tell me to go to the menu to find the option, which must refer to the three dots in the top right, but it's not there. I'm attaching a pic of what mine looks like for reference.

Thanks in advance for the help.

Задан ttwfotmf 1 год назад

Дан ответ Paul 1 год назад

  • Архивировано

suggestions

1. Please reduce the size of the Lock icon in firefox android. 2. Please add, swipe down refresh feature. 3. Please make app more smooth. you guys are best. i am using f… (читать ещё)

1. Please reduce the size of the Lock icon in firefox android. 2. Please add, swipe down refresh feature. 3. Please make app more smooth.

you guys are best. i am using firefox since last 6 years. thanks

Задан Abhimanyu 1 год назад

Последний ответ от Bithiah 1 год назад

  • Архивировано

Firefox now opens a new window, rather than a new tab

Firefox now opens a new window, rather than a new tab when I click on a bookmark or the +, or when I start a new download, regardless of Tabs settings in the Options Gene… (читать ещё)

Firefox now opens a new window, rather than a new tab when I click on a bookmark or the +, or when I start a new download, regardless of Tabs settings in the Options General page. This is different from original behavior, and I have no idea what happened. How do I change back to Tabs rather than window?

Задан elsharawy_fon 1 год назад

Последний ответ от cor-el 1 год назад

  • Решено
  • Архивировано

how to share a URL with Firefox

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sendin… (читать ещё)

Now, in the old Firefox, you used to be able to select "Email Link" to send a URL to someone by e-mail in your favorite e-mail client. I used to do that routinely, sending links via Thunderbird. I'm now using FF93.0, and all I see is "Share", which, when you point it to "Mail" it dumps you in Chrome. Now, in my FF prefs, I have specified Content Type->mailto->Use Thunderbird, so why it's dumping me in Chrome makes no sense.

How do I use Firefox to share a URL in Thunderbird like I used to be able to do?

Задан danflester 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад