From 1032659070b719c419752568cccbaab0b9b70872 Mon Sep 17 00:00:00 2001 From: projectdx Date: Sun, 4 Jan 2026 19:30:53 +0900 Subject: [PATCH] style: reduce list page padding p-4 to p-3 for mobile --- info.yaml | 2 +- templates/anime_downloader_ohli24_list.html | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/info.yaml b/info.yaml index 711f6ef..983e524 100644 --- a/info.yaml +++ b/info.yaml @@ -1,5 +1,5 @@ title: "애니 다운로더" -version: "0.5.27" +version: "0.5.28" package_name: "anime_downloader" developer: "projectdx" description: "anime downloader" diff --git a/templates/anime_downloader_ohli24_list.html b/templates/anime_downloader_ohli24_list.html index ef90dfa..c19bec5 100644 --- a/templates/anime_downloader_ohli24_list.html +++ b/templates/anime_downloader_ohli24_list.html @@ -5,7 +5,7 @@
-
+
@@ -202,16 +202,6 @@ global_sub_request_search('1') }); - // Video Modal 초기화 - VideoModal.init({ package_name: package_name, sub: sub }); - - // 비디오 보기 버튼 클릭 핸들러 - $("body").on('click', '.btn-watch', function (e) { - e.preventDefault(); - var filePath = $(this).data('path'); - VideoModal.openWithPath(filePath); - }); - // 비디오 줌/확장 처리 (모바일 Fullscreen 꽉 차게) var isVideoZoomed = false;