Coder Social home page Coder Social logo

Comments (5)

rebmcr avatar rebmcr commented on June 3, 2024 2

It gets overwritten after a while, use this instead:

#browser-bottombox {
	display: contents!important;
}

from firefox-scripts.

rebmcr avatar rebmcr commented on June 3, 2024 1

I have devised a fix for this issue. Add the following to userChrome.css (or to a .css file included by it):

#browser-bottombox {
	display: contents;
}

from firefox-scripts.

xiaoxiaoflood avatar xiaoxiaoflood commented on June 3, 2024 1

Thanks for reporting. Fixed in the new version I just uploaded.

from firefox-scripts.

Lalarian avatar Lalarian commented on June 3, 2024

Yes. I have the same issue here:
statusbar
Also: The status bar in normal mode (non fullscreen) is higher than usual. If I disable the status bar in Firefox' 'View' menu, then the status bar gtes smaller and only the pure grey area that's also visible in fullscreen remains, but it's not working as a status bar- for exmple hovered links are not shown in the grey bar, but are floating at the loeft above the bar, in their default grey bubble.

I am on Manjaro-Linux using Firefox 109.0 (64-Bit).

from firefox-scripts.

Lalarian avatar Lalarian commented on June 3, 2024

Hi!
I tried both way, but for some reason none made a difference :(
I also flushed sthe startup-cache.
Do you have an idea why?


GNU nano 7.2                                                                                            /usr/share/doc/matcha-gtk-theme/firefox/chrome/userChrome.css                                                                                                       

/* Import theme */

@import "Matcha/theme.css"; /**/

/*
 * Here you can enable other theme features not included by default.
 * To enable a specific feature, uncomment its @import line by removing "/*" at
 * the beginning of the line. To disable it, put the "/*" back.
 */

/* Hide the tab bar when only one tab is open (GNOMISH)
 * You should move the new tab button somewhere else for this to work, because by
 * default it is on the tab bar too. */
/*@import "Qogir/hide-single-tab.css"; /**/

/* Limit the URL bar's autocompletion popup's width to the URL bar's width (GNOMISH)
 * This feature is included by default for Firefox 70+. */
/*@import "Qogir/matching-autocomplete-width.css"; /**/

/* Use normal width tabs */
/*@import "Qogir/normal-width-tabs.css"; /**/

/* Active tab high contrast */
/*@import "Qogir/active-tab-contrast.css"; /**/

/* Use system theme icons instead of Adwaita icons included by theme */
/*@import "Qogir/system-icons.css"; /**/

/* Allow drag window from headerbar buttons (GNOMISH) [BUGGED]
 * It can activate button action, with unpleasant behavior. */
/*@import "Qogir/drag-window-headerbar-buttons.css"; /**/

/* Make all tab icons look kinda like symbolic icons */
/*@import "Qogir/symbolic-tab-icons.css"; /**/

/* Import a custom stylesheet
 * Everything you add in your customChrome.css file (it doesn't exist by
 * default) will be included here and preserved between updates, so you can move
 * your configuration to that file if you don't like setting it up after every
 * update. You can also apply your own custom styles in that file. */
@import "customChrome.css"; /**/

#browser-bottombox {
        display: contents!important;
}

from firefox-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.