diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-19 01:25:16 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-19 01:25:16 +0100 |
| commit | a197ab4dc250311255056d4b36a6da8653e1040c (patch) | |
| tree | aebdccdc4ff55cf0e54499214c532cea26dca493 /ui/client-style/src | |
| parent | 10290e706ac0190c874e8b6117cb2c11b5e6e504 (diff) | |
| download | jellything-a197ab4dc250311255056d4b36a6da8653e1040c.tar jellything-a197ab4dc250311255056d4b36a6da8653e1040c.tar.bz2 jellything-a197ab4dc250311255056d4b36a6da8653e1040c.tar.zst | |
several player fixes
Diffstat (limited to 'ui/client-style/src')
| -rw-r--r-- | ui/client-style/src/player.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/client-style/src/player.css b/ui/client-style/src/player.css index 4998ca2..9ca1ec6 100644 --- a/ui/client-style/src/player.css +++ b/ui/client-style/src/player.css @@ -67,7 +67,8 @@ video::cue { background-color: transparent; /* TODO this is inefficient */ /* print(", ".join([f"{x/19}em {y/19}em black" for x in range(-5,6) for y in range(-5,6) if x*x+y*y < 5*5])) */ - text-shadow: 0em 0.1em black, + text-shadow: + 0em 0.1em black, 0.02079116908177593em 0.09781476007338058em black, 0.040673664307580015em 0.0913545457642601em black, 0.058778525229247314em 0.08090169943749476em black, |