dropin

alternative frontend for dropout.tv
git clone https://git.ce9e.org/dropin.git

commit
4c446d714beab0b232a61d42fbd8c007af6179ed
parent
161cf3862cebb63228ea8413245594591c3157c1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-02-10 18:36
style: fix list tile focus style

Diffstat

M static/style.css 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/static/style.css b/static/style.css

@@ -138,6 +138,8 @@ video {
  138   138     list-style: none;
  139   139 }
  140   140 .list a {
   -1   141     display: block;
   -1   142     block-size: 100%;
  141   143     color: inherit;
  142   144     text-decoration: none;
  143   145 }