From d4d8e2e6e1496965b029177affefb8ea497ab3a1 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 4 Oct 2025 19:34:35 +0300 Subject: [PATCH] cut jellyfin iframe by 2 in height --- hosts/box/glance.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/box/glance.nix b/hosts/box/glance.nix index e248150..0a9bcfe 100644 --- a/hosts/box/glance.nix +++ b/hosts/box/glance.nix @@ -150,7 +150,7 @@ { type = "iframe"; source = "http://192.168.0.131:8096/web/#/home.html"; - height = 800; + height = 400; } { type = "iframe";