style: reduce list page padding p-4 to p-3 for mobile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
title: "애니 다운로더"
|
title: "애니 다운로더"
|
||||||
version: "0.5.27"
|
version: "0.5.28"
|
||||||
package_name: "anime_downloader"
|
package_name: "anime_downloader"
|
||||||
developer: "projectdx"
|
developer: "projectdx"
|
||||||
description: "anime downloader"
|
description: "anime downloader"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="ohli24_list_wrapper" class="ohli24-common-wrapper container-fluid mt-4 content-cloak ohli24-list-page">
|
<div id="ohli24_list_wrapper" class="ohli24-common-wrapper container-fluid mt-4 content-cloak ohli24-list-page">
|
||||||
<div class="glass-card p-4">
|
<div class="glass-card p-3">
|
||||||
<div class="ohli24-header">
|
<div class="ohli24-header">
|
||||||
<div class="ohli24-header-left">
|
<div class="ohli24-header-left">
|
||||||
<div class="ohli24-icon-box">
|
<div class="ohli24-icon-box">
|
||||||
@@ -202,16 +202,6 @@
|
|||||||
global_sub_request_search('1')
|
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 꽉 차게)
|
// 비디오 줌/확장 처리 (모바일 Fullscreen 꽉 차게)
|
||||||
var isVideoZoomed = false;
|
var isVideoZoomed = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user