From bafdd6ad8a3eef5bb79f5be76300d72e21857d63 Mon Sep 17 00:00:00 2001 From: Eyal Gruss Date: Sun, 24 Nov 2024 20:44:54 +0200 Subject: [PATCH] fix aya fullscreen width --- resen/taase/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resen/taase/style.css b/resen/taase/style.css index 9831163..a3eba35 100644 --- a/resen/taase/style.css +++ b/resen/taase/style.css @@ -12,7 +12,7 @@ div[oncontextmenu*=toggle_fullscreen] { .fullscreen > .gif { background-attachment: fixed; background-position: center; - width: 100%; + --media_width: 100%; } .fullscreen > .sliders {