From 721df987627f5531d43813141b97492d73800c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org> Date: Sat, 8 Mar 2025 22:32:47 +0100 Subject: [PATCH] Tweak font size --- lazy_player/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lazy_player/style.css b/lazy_player/style.css index e09d947..51e6b3d 100644 --- a/lazy_player/style.css +++ b/lazy_player/style.css @@ -1,6 +1,6 @@ listview > row { padding: 8px; - font-size: 48px; + font-size: 24px; font-family: monospace; } @@ -10,11 +10,11 @@ listview > row { #overlay-text { color: white; - font-size: 48px; + font-size: 24px; font-family: monospace; background-color: rgba(64, 64, 64, 0.25); - padding: 20px; - border-radius: 10px; - margin: 48px; + padding: 24px; + border-radius: 8px; + margin: 32px; width: 80%; }