Infinitay / Unlisted-YouTube-Video-Finder

Finds all YouTube videos including those that are unlisted from your Liked videos playlist
3 stars 1 forks source link

[UI] CSS needs revising #24

Closed Infinitay closed 2 years ago

Infinitay commented 2 years ago

There are a few minor issues with the CSS in the current, and future after adding a privacy police footer #23.

Few things to note:

With regards to the padding inconsistencies mentioned above, perhaps it'd be best to manually define a padding on top or bottom of the elements. Also, maybe look into specific conditions for css such as first/last child modifiers.


With the addition of a footer (#23), I had to reduce the max-height of the video container from 80vh to 78vh to stop the buttons at the bottom from clipping. image There must be a better way to do this. I suppose this works, but perhaps it is not proper.