freetube/src/renderer/views
Aiz 498ae77ade
Improve styling of premiere date box (#2611)
* use 5px border radius instead of 5%

a 5% border radius will create an oval shape when height and width differ.
this doesn't look good.
5px radius looks better and is used in other places

* offset premiereDate by 12px from bottom left

Increases the offset a tiny amount and adds a left offset aswell.
This looks better than when it was previously only offset from the bottom.
I used 12px because it's what youtube uses.

* use flexbox to align items additional positioning with margins

vertically centes premiere icon and text with by making their parent a flexbox

sets a min width for the text instead of using a set width for the premiereDate

* change font size and weight of timestamp text

* remove uneeded line height styling

line height 1.2 did not affect anything

* fix indentation

* Update src/renderer/views/Watch/Watch.sass

Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>

Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
2022-09-27 07:19:35 +08:00
..
About Update css-loader and switch to webpack 5's asset modules (#2566) 2022-09-11 20:34:58 -04:00
Channel Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
History clear filter in userplaylists and history when clicked "clear input" (#2349) 2022-06-24 23:53:17 +02:00
Playlist Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
Popular Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
ProfileEdit Store Revamp / Full database synchronization across windows (#1833) 2021-12-15 13:42:24 -05:00
ProfileSettings Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
Search Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
Settings Fix some web issues and cleanup (#2582) 2022-09-17 08:19:31 +00:00
SubscribedChannels Compress and lazy load locales (#2603) 2022-09-24 11:06:50 -04:00
Subscriptions Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
Trending Remove console.logs (#2606) 2022-09-23 09:04:10 +08:00
UserPlaylists clear filter in userplaylists and history when clicked "clear input" (#2349) 2022-06-24 23:53:17 +02:00
Watch Improve styling of premiere date box (#2611) 2022-09-27 07:19:35 +08:00