fix: abnormal gap between content and header in MMRL

This commit is contained in:
KOWX712
2025-03-01 07:28:28 +08:00
parent bf726bf863
commit 93e2e8c8ba
2 changed files with 4 additions and 3 deletions

View File

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