From 93e2e8c8ba9060ec484f009013cecc03de48217c Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 1 Mar 2025 07:28:28 +0800 Subject: [PATCH] fix: abnormal gap between content and header in MMRL --- module/webui/styles/applist.css | 4 ++-- module/webui/styles/global.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/webui/styles/applist.css b/module/webui/styles/applist.css index 1a6d7cc..58849e8 100644 --- a/module/webui/styles/applist.css +++ b/module/webui/styles/applist.css @@ -22,7 +22,7 @@ margin-bottom: 10px; outline: none; padding: 12px; - width: calc(100% - 5px); + width: calc(100% - 20px); max-width: 900px; } @@ -144,7 +144,7 @@ margin-bottom: 10px; outline: none; padding: 12px; - width: calc(100% - 5px); + width: calc(100% - 20px); max-width: 900px; transition: background-color 0.2s ease; } diff --git a/module/webui/styles/global.css b/module/webui/styles/global.css index 0a0b039..44f8324 100644 --- a/module/webui/styles/global.css +++ b/module/webui/styles/global.css @@ -2,6 +2,7 @@ body { background-color: #F5F5F5; padding-top: var(--window-inset-top); padding-bottom: var(--window-inset-bottom); + margin: 0; } .no-scroll { @@ -77,7 +78,7 @@ body { .uninstall-container { padding: 8px; - width: calc(100% - 5px); + width: calc(100% - 20px); max-width: 900px; display: flex; justify-content: center;