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
This issue is confirmed to be reproducible when WebCord is packaged
on at least all three latest supported Electron major releases.
This issue is reproducible in Chrome, Chromium or any
Chromium-based browser, e.g Brave or Edge (please write in Additional Context which browser you have used if it is neither
Chrome nor unmodified Chromium).
There are no fixes done to master which resolves this issue.
My issue describes one of the unstable and/or not fully implemented
features.
I have found a workaround to mitigate or temporarily fix this issue
in affected releases (please write it in Additional context section
below).
Operating System / Platform
🐧️ Linux
Operating system architecture
x64 (64-bit Intel/AMD)
Electron version
v33.3.1
Application version
v4.10.3
Bug description
Using the sidebar hiding functionality no longer appears to work on the main server sidebar. The injected style is being overruled by another applying to the same element:
Related: What is the .visual-refresh property for the main html element. Something the discord devs are working on currently? If I add it to the class list the layout and style change dramatically, but it doesn't seem like it's done yet.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Have you tried temporarily adding the .hidden_* class? I have a gut feeling Discord might actually implement sidebar hiding on their own, but I need to test it later myself.
Have you tried temporarily adding the .hidden_* class? I have a gut feeling Discord might actually implement sidebar hiding on their own, but I need to test it later myself.
I think Discord's going to add some sidebar hiding feature, or maybe already added for some platforms / user agent (namely Android). I wasn't really researching it for some time, at least deeply in-code…
I'm not sure I want to fight against their styling if some stuff are yet to come, but I might check as well the CSS injection priorities.
Acknowledgements
I have checked that there is no other issue describing the same or
similar problem that I currently have, regardless if it has been
closed or open.
This bug affects Discord website.
This issue is confirmed to be reproducible when WebCord is packaged
on at least all three latest supported Electron major releases.
This issue is reproducible in Chrome, Chromium or any
Chromium-based browser, e.g Brave or Edge (please write in
Additional Context which browser you have used if it is neither
Chrome nor unmodified Chromium).
There are no fixes done to
master
which resolves this issue.My issue describes one of the unstable and/or not fully implemented
features.
I have found a workaround to mitigate or temporarily fix this issue
in affected releases (please write it in Additional context section
below).
Operating System / Platform
🐧️ Linux
Operating system architecture
x64 (64-bit Intel/AMD)
Electron version
v33.3.1
Application version
v4.10.3
Bug description
Using the sidebar hiding functionality no longer appears to work on the main server sidebar. The injected style is being overruled by another applying to the same element:
Related: What is the
.visual-refresh
property for the main html element. Something the discord devs are working on currently? If I add it to the class list the layout and style change dramatically, but it doesn't seem like it's done yet.Additional context
No response
The text was updated successfully, but these errors were encountered: