minor layout change

This commit is contained in:
KOWX712
2024-11-21 23:51:26 +08:00
parent 7f7c124b25
commit a1f4d8fc72
2 changed files with 3 additions and 3 deletions

View File

@@ -66,8 +66,8 @@
</li> </li>
<li>AOSP & Valid Keybox <li>AOSP & Valid Keybox
<ul> <ul>
<li>Replace tricky store keybox. AOSP keybox give device integrity, valid keybox give strong <li>Replace tricky store keybox. AOSP keybox: Device Integrity. Valid keybox: Strong
integrity but fallback to basic integrity if revoked. AOSP keybox will be replaced if Integrity, fallback to Basic Integrity if revoked. AOSP keybox will be replaced if
there's no more valid keybox. Valid keybox option require Internet connection.</li> there's no more valid keybox. Valid keybox option require Internet connection.</li>
<li><br></li> <li><br></li>
</ul> </ul>

View File

@@ -75,7 +75,7 @@ body {
.help-menu { .help-menu {
position: relative; position: relative;
width: 75vw; width: 75vw;
max-width: 600px; max-width: 800px;
background-color: white; background-color: white;
padding: 0 10px; padding: 0 10px;
border-radius: 15px; border-radius: 15px;