From 4c20f96cef83379995ed256b626d33c1fccf8bc2 Mon Sep 17 00:00:00 2001 From: projectdx Date: Sun, 4 Jan 2026 01:23:44 +0900 Subject: [PATCH] =?UTF-8?q?v0.5.1:=20Anilife=20=ED=8F=B4=EB=B0=B1=20?= =?UTF-8?q?=EC=B2=B4=EC=9D=B8=20=EA=B0=9C=EC=84=A0,=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EB=B0=98=EC=9D=91=ED=98=95,=20=ED=94=84?= =?UTF-8?q?=EB=A6=AC=EB=A1=9C=EB=8D=94=20UI=20=EA=B0=9C=EC=84=A0=20?= =?UTF-8?q?=EC=A7=84=ED=96=89=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- info.yaml | 2 +- static/css/anilife.css | 7 ++ static/css/mobile_custom.css | 14 +++- .../anime_downloader_anilife_request.html | 74 +++++++++++++------ 4 files changed, 72 insertions(+), 25 deletions(-) diff --git a/info.yaml b/info.yaml index 49459c7..df912ce 100644 --- a/info.yaml +++ b/info.yaml @@ -1,5 +1,5 @@ title: "애니 다운로더" -version: "0.5.17" +version: "0.5.18" package_name: "anime_downloader" developer: "projectdx" description: "anime downloader" diff --git a/static/css/anilife.css b/static/css/anilife.css index a7b0942..9299061 100644 --- a/static/css/anilife.css +++ b/static/css/anilife.css @@ -7,6 +7,13 @@ --notify-danger-bg: rgba(127, 29, 29, 0.95); } +/* Cosmic Violet Body Background - Override theme CSS */ +body { + background: linear-gradient(135deg, #1e1b4b 0%, #312e81 40%, #4c1d95 100%) !important; + background-attachment: fixed !important; + color: #e0e7ff !important; +} + /* Common Layout Wrapper - Responsive */ .anilife-common-wrapper { max-width: 100%; diff --git a/static/css/mobile_custom.css b/static/css/mobile_custom.css index abe598d..f02354c 100644 --- a/static/css/mobile_custom.css +++ b/static/css/mobile_custom.css @@ -1,6 +1,6 @@ /* Shared Mobile Custom CSS for Anime Downloader */ -/* Custom Notify Styling for Mobile */ +/* Custom Notify Styling - Mobile Default */ .bootstrap-notify-container, [data-notify="container"] { max-width: 90vw !important; @@ -18,6 +18,18 @@ z-index: 10000 !important; } +/* Desktop Notify: 오른쪽 정렬, 적절한 사이즈 */ +@media (min-width: 769px) { + .bootstrap-notify-container, + [data-notify="container"] { + max-width: 450px !important; + min-width: 300px !important; + width: auto !important; + right: 20px !important; + left: auto !important; + } +} + [data-notify="container"].alert-success { border-color: rgba(16, 185, 129, 0.4) !important; background: var(--notify-success-bg, rgba(6, 78, 59, 0.95)) !important; diff --git a/templates/anime_downloader_anilife_request.html b/templates/anime_downloader_anilife_request.html index c811191..2f6426a 100644 --- a/templates/anime_downloader_anilife_request.html +++ b/templates/anime_downloader_anilife_request.html @@ -5,6 +5,12 @@