Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your UI wastes a lot of space. #17989

Closed
ewtoombs opened this issue Jul 14, 2021 · 3 comments
Closed

Your UI wastes a lot of space. #17989

ewtoombs opened this issue Jul 14, 2021 · 3 comments
Labels

Comments

@ewtoombs
Copy link

Your UI wastes a lot of space, making it hard to read when the browser window's width is small.

Here's what I did to fix this:
https://greasyfork.org/en/scripts/429321-element-io-width/code

@t3chguy
Copy link
Member

t3chguy commented Jul 14, 2021

Duplicate of #6488

@t3chguy t3chguy closed this as completed Jul 14, 2021
@t3chguy t3chguy marked this as a duplicate of #6488 Jul 14, 2021
@t3chguy
Copy link
Member

t3chguy commented Jul 14, 2021

.mx_LeftPanel .mx_LeftPanel_GroupFilterPanelContainer {
    display: none;
  }

this is completely redundant, there's a setting to hide that panel.

image

@ewtoombs
Copy link
Author

ewtoombs commented Jul 14, 2021

Yeah, so nobody has any idea what the "Community Filter Panel" is. And why isn't it under "Appearance"? And what is the rationale of Settings > Preferences? Preferences are settings. It should be called Misc or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants