diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-16 22:58:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-16 22:58:23 +0100 |
commit | 1c37d32a0985ff7390313833345b9299f9f0b196 (patch) | |
tree | cd46bcbe7df154bf506c083cf0325d44b3f4e0fb /web/style/layout.css | |
parent | 98b379afb31e455b529d443dcfc5797b8dd6723e (diff) | |
download | jellything-1c37d32a0985ff7390313833345b9299f9f0b196.tar jellything-1c37d32a0985ff7390313833345b9299f9f0b196.tar.bz2 jellything-1c37d32a0985ff7390313833345b9299f9f0b196.tar.zst |
chapter thumbnail display and player seek via url
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 16ae668..3ad5236 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -106,19 +106,19 @@ footer p { margin-right: 3px; } -.homelist { +.hlist { overflow-x: scroll; max-width: 100%; } -.homelist ul { +.hlist ul { display: table; } -.homelist ul li { +.hlist ul li { display: table-cell; } @media (max-width: 750px) { - .homelist ul { + .hlist ul { padding-left: 0; } } |