Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Αρχειοθετήθηκε

User Chrome hide this "browser-bottombox" in full screen.

Hello everybody. I have created the following rule in user chrome: /* Brings Back The Original Statusbar At The Bottom Of The Screen */ browser-bottombox { height:… (διαβάστε περισσότερα)

Hello everybody.

I have created the following rule in user chrome:

/* Brings Back The Original Statusbar At The Bottom Of The Screen */

  1. browser-bottombox { height: 20px; border-top: solid 1px #CCC;}

I'm really happy with this, except for the fact that it is visible all the time, so also in full screen.

Q: can I put a command in front so this hides in full screen? Been looking, trying for ages now.

Many THANKS for all your help!

Ερώτηση από marc.verbeelen 11 μήνες πριν

Τελευταία απάντηση από marc.verbeelen 11 μήνες πριν

  • Αρχειοθετήθηκε

about the change in size, I have a question.

(I am Korean, It's a translator. Please understand even if it's awkward.) 1. I saw a blog post in the past and set up a browser. (use -> about:config) 2. when I turn… (διαβάστε περισσότερα)

(I am Korean, It's a translator. Please understand even if it's awkward.)

1. I saw a blog post in the past and set up a browser. (use -> about:config)

2. when I turn on the browser after that, the size of the browser is always initialized.

3. I think the settings are synchronized to my account. Reinstalling Firefox has the same symptoms.


I can't solve it even if I find a Korean website. Help me

Ερώτηση από kinney1215 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Sometimes, like just now after various updates/restart, Firefox will lose all the tabs from my previous session. The purchased extension that's supposed to help with that often doesn't. Help!

I didn't know which topic to select. Just started the computer and there was a TrendMicro notice to restart my browser to complete an update -- I opened Firefox and it o… (διαβάστε περισσότερα)

I didn't know which topic to select. Just started the computer and there was a TrendMicro notice to restart my browser to complete an update -- I opened Firefox and it opened in two windows with notices about updates, but had lost all my tabs. Other times the situation is different, but the result is the same -- fifty or a hundred tabs gone -- I just noticed the toolbar is missing too so I'm going to send or submit this and turn it back on and see if that stupid extension that supposedly saves my tabs has saved anything, but often, when this happens, it hasn't saved anything for weeks! I've tried getting tech support from them but however these things works something isn't triggering it. One shouldn't need a CIS degree to be able to use a laptop. Thank you, you're awesome regardless.

Ερώτηση από ERA Triano 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (διαβάστε περισσότερα)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

Ερώτηση από laudesimperiales 2 έτη πριν

Τελευταία απάντηση από Paulgi 2 έτη πριν