Replies: 4 comments
-
|
Does this also happen with default toolbar configuration? Try to reset it in customizing mode and place the "searchbar" after "location bar" without "reload/strop buttons" between them. |
Beta Was this translation helpful? Give feedback.
-
|
if u mean using firefox customisation mode to change the position of the reload button, yeah I tried that too.. I tried a lot of things. Maybe there is another change in the userchrome file that conflicts with this line, but I don't know what. |
Beta Was this translation helpful? Give feedback.
-
|
Is this issue still present. I'm still not able to reproduce it. |
Beta Was this translation helpful? Give feedback.
-
|
Closing this for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all,
I would like to say thank you for this work done over the years to allow further configuration of the firefox environment.
I have a possible bug with
Custom CSS tweaks for Firefox v4.3.5
Environment : Windows 10
Firefox version : 112.0 (64 bits)
Did I have the bug before? No or maybe … explanation after
Concerned file : userchrome.css
Concerned code
Explanation of the bug:
In my previous version of css tweaks I had activated the following line:
But I did not use multiple lines for bookmarks (No bug to report so far)
When switching to the new version: 4.3.5

I noticed that this row was only for those that have multiple rows.
So as I do not have multiple lines, I activated the following line:
@import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/Except that in doing so I have a bug:
Here is my interface each time firefox is launched.
No apparent visual bugs
But every time I launch a video in full screen here is my interface when I leave full screen.

The address bar takes up all the space and some of my buttons are stored in a folder of extra buttons.
So I went back to the other setting:
@import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/and I no longer have this interface bug.
But I still specify that I don't use multi-lined tabs and I tried removing this :
And using the config :
@import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/to see if it could be taken into account in the bug, but it does not work either
as I don't know if it's a bug or a bad setting, I didn't want to open a bug report.
I hope what I am presenting is clear, if it is not a bug, please explain to me where I am making a configuration error. I can provide the userchrome file if needed.
thanks
Beta Was this translation helpful? Give feedback.
All reactions