diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-23 21:08:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-23 21:08:04 -0500 |
commit | 8d45ca855ae5f5e37e572d0071133c0227a161f4 (patch) | |
tree | a8610039bf7cfb1c2b877a73acfc6fae5d02119a /youtube | |
parent | 5906633641f755fa70a22846c17259b2a5774210 (diff) | |
download | yt-local-8d45ca855ae5f5e37e572d0071133c0227a161f4.tar.lz yt-local-8d45ca855ae5f5e37e572d0071133c0227a161f4.tar.xz yt-local-8d45ca855ae5f5e37e572d0071133c0227a161f4.zip |
feat: autoplay related video - minor fix style
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/watch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 60abd21..cedc43e 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -351,6 +351,7 @@ label[for=options-toggle-cbox] { grid-template-columns: repeat(2, auto); justify-content: start; grid-column-gap: 0.5rem; + align-items: center; } /* playlist items */ |