From 3e36abdbc4ffcaac0e9ff828dc17eb571f2eb051 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Mon, 10 Mar 2025 16:51:51 +0800 Subject: [PATCH] opt: proper format listing --- module/webui/index.html | 12 +++++++----- module/webui/styles/global.css | 11 ++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/module/webui/index.html b/module/webui/index.html index 704a2ee..5331762 100644 --- a/module/webui/index.html +++ b/module/webui/index.html @@ -250,11 +250,13 @@

Please allow JavaScript API in MMRL settings

-

1. Settings

-

2. Security

-

3. Allow JavaScript API

-

4. Tricky Store

-

5. Enable Allow Advanced KernelSU API

+
    +
  1. Settings
  2. +
  3. Security
  4. +
  5. Allow JavaScript API
  6. +
  7. Tricky Store
  8. +
  9. Enable "Allow Advanced KernelSU API"
  10. +
diff --git a/module/webui/styles/global.css b/module/webui/styles/global.css index 21e144b..60973c5 100644 --- a/module/webui/styles/global.css +++ b/module/webui/styles/global.css @@ -153,13 +153,14 @@ body { .permission-steps { text-align: left; - padding: 10px 20px; } -.permission-steps p { - color: #333; - margin: 10px 0; - font-size: 16px; +.permission-steps ol { + padding: 0 25px; +} + +.permission-steps li { + margin-top: 10px; } .ripple-element {