You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix: abnormal gap between content and header in MMRL
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: calc(100% - 5px);
|
width: calc(100% - 20px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: calc(100% - 5px);
|
width: calc(100% - 20px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ body {
|
|||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
padding-top: var(--window-inset-top);
|
padding-top: var(--window-inset-top);
|
||||||
padding-bottom: var(--window-inset-bottom);
|
padding-bottom: var(--window-inset-bottom);
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-scroll {
|
.no-scroll {
|
||||||
@@ -77,7 +78,7 @@ body {
|
|||||||
|
|
||||||
.uninstall-container {
|
.uninstall-container {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
width: calc(100% - 5px);
|
width: calc(100% - 20px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user