You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some buttons do not display well in small window sizes.
To Reproduce
before-with-title-bar.webmbefore.webm
Expected behavior
Following Firefox's default behavior, the button should disappear if the width of the window size does not have enough space.
Setup information
OS: Ubuntu, Pop!_OS
Installation method: APT, raw download (developer version)
Firefox version: 111, 112
Theme version: v111
Additional context
I try to fix this by adding the below code, which can simulate the fully responsive behavior like Firefox well but not sure if that is a good way or not since the code is a bit mazy. Thanks.
In some sections I use visibility hidden instead of display none is to prevent icon flickering (like below Random User Agent icon), also have some extra space is easier to drag the window.
after-with-display-none.webm
The text was updated successfully, but these errors were encountered:
Describe the bug
Some buttons do not display well in small window sizes.
To Reproduce
before-with-title-bar.webm
before.webm
Expected behavior
Following Firefox's default behavior, the button should disappear if the width of the window size does not have enough space.
Setup information
Additional context
I try to fix this by adding the below code, which can simulate the fully responsive behavior like Firefox well but not sure if that is a good way or not since the code is a bit mazy. Thanks.
after-no-title-bar.webm
after-1-btn.webm
after-2-btn.webm
after-3-btn.webm
In some sections I use visibility hidden instead of display none is to prevent icon flickering (like below Random User Agent icon), also have some extra space is easier to drag the window.
after-with-display-none.webm
The text was updated successfully, but these errors were encountered: