From 19d9f82ade5fbf9a3d1c493e6aaa143fe2cd880c Mon Sep 17 00:00:00 2001 From: x Date: Sat, 24 Jan 2026 20:54:55 +0100 Subject: [PATCH] style: Decrease fullscreen container max-width from 90% to 80%. --- public/s/css/f0ck.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 43d3aaa..c8ecb30 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1157,7 +1157,7 @@ html[res="fullscreen"] .embed-responsive-16by9::before { } html[res="fullscreen"] .container { - max-width: 90% !important; + max-width: 80% !important; padding: 0 !important; }