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 @@