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

A few visual tweaks to make it more usable [Enhancement] #2203

Closed
tio-trom opened this issue Jun 25, 2021 · 1 comment
Closed

A few visual tweaks to make it more usable [Enhancement] #2203

tio-trom opened this issue Jun 25, 2021 · 1 comment
Labels
enhancement Improvement of an existing feature

Comments

@tio-trom
Copy link

I have played around with some CSS to make invidious be more usable. It is true that aesthetics are subjective, but some things are more handy in terms of design.

  1. The youtube player's seekbar is so thin you can barely skim through a video. I can rarely use it. Here's how it looks:
    image
    Here's how it looks with some simple CSS:
    image

The CSS:

.video-js.player-style-youtube .vjs-progress-control .vjs-progress-holder, .video-js.player-style-youtube .vjs-progress-control {height: 10px;
margin-bottom: 24px;}
  1. The popular/trending and such pages. The menu is too close to the videos themselves and at times you may click teh top videos rather than the menu.
    image
    With some simple CSS we can make it better:
.feed-menu {margin-bottom: 30px;
margin-top: 30px;}

I can add more such suggestions if you find them useful ;)

@tio-trom tio-trom added the enhancement Improvement of an existing feature label Jun 25, 2021
@unixfox
Copy link
Member

unixfox commented Jun 25, 2021

I'm closing this issue because we already have a discussion about UI changes here: #1950 and I would prefer that we keep it there.

And the first suggestion is tracked in #2080. Please continue any discussion related to it on the specific issue.

@unixfox unixfox closed this as completed Jun 25, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants