From ebbe90731e2afa6b2fe7e84a980a1613e7ff8b41 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Tue, 9 Jun 2026 21:46:29 +0200 Subject: [PATCH] Added Fade Transition --- data/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index b7d9e65..e4ac9ce 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -1020,4 +1020,9 @@ div.content { width: calc(100% - 20px); padding: 10px 10px; } +} + + +@view-transition { + navigation: auto; } \ No newline at end of file