dropin

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

commit
8e668274989587042a3f21095ed94ba8baaa8e92
parent
07d350347068f1c9456ce7f362e25a2714f9d53a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-09-29 08:01
css: narrower tiles on smaller screens

Diffstat

M static/style.css 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -134,8 +134,8 @@ video {
  134   134 .list {
  135   135     padding: 0;
  136   136     display: grid;
  137    -1     grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  138    -1     gap: 3em;
   -1   137     grid-template-columns: repeat(auto-fill, minmax(clamp(10em, 6em + 8svi, 14em), 1fr));
   -1   138     gap: clamp(1em, 4svi, 3em);
  139   139     list-style: none;
  140   140 }
  141   141 .list a {