Adapt with MMRL

This commit is contained in:
KOWX712
2024-12-07 03:47:15 +08:00
parent 3d8ca67a6a
commit 873354b11c
6 changed files with 52 additions and 13 deletions
+23 -6
View File
@@ -1,5 +1,7 @@
body {
background-color: #F5F5F5;
padding-top: var(--window-inset-top);
padding-bottom: var(--window-inset-bottom);
}
.no-scroll {
@@ -24,6 +26,18 @@ body {
right: 0;
}
.header-block {
background-color: #F5F5F5;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
transition: transform 0.3s ease;
height: var(--window-inset-top);
}
#title {
padding-left: 5px;
font-size: 16.5px;
@@ -287,6 +301,8 @@ body {
position: fixed;
top: 50%;
left: 50%;
width: 75vw;
max-width: 800px;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 8px;
@@ -328,6 +344,10 @@ body {
font-size: 14px;
}
.about-content p[data-i18n="disclaimer"] {
font-style: italic;
}
.about-content p span[data-i18n="telegram_channel"] {
font-weight: bold;
}
@@ -336,13 +356,9 @@ body {
font-weight: bold;
}
.about-content p[data-i18n="disclaimer"] {
font-style: italic;
}
.about-content p[data-i18n="acknowledgment"] {
font-weight: bold;
font-size: 18px;
text-align: left;
}
.about-content p:not([data-i18n]) {
@@ -698,7 +714,8 @@ body {
background-color: #121212;
color: #eee;
}
.header-block,
.header {
background-color: #121212;
}