style: Adjust container and queue container styles for full-width layout and removed default spacing.

This commit is contained in:
2025-12-31 22:10:36 +09:00
parent 80f45020ff
commit 5b76973bbf
2 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
title: "애니 다운로더" title: "애니 다운로더"
version: "0.2.1" version: "0.2.2"
package_name: "anime_downloader" package_name: "anime_downloader"
developer: "projectdx" developer: "projectdx"
description: "anime downloader" description: "anime downloader"

View File

@@ -33,11 +33,20 @@
</div> </div>
<style> <style>
/* 상위 컨테이너 오버라이드 */
.container, .container-fluid, .row {
max-width: 100% !important;
padding-left: 16px !important;
padding-right: 16px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
/* 컨테이너 */ /* 컨테이너 */
.queue-container { .queue-container {
max-width: 1200px; max-width: 100%;
margin: 0 auto; margin: 0;
padding: 20px; padding: 0;
} }
/* 헤더 */ /* 헤더 */