diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-04 23:13:19 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-04 23:13:19 +0800 |
| commit | cb2204adaac884ee269bb6ca99a238d83faf98c3 (patch) | |
| tree | 2cb90421bc6bae47675e2973ff73e1a9877f71c6 | |
| parent | f48148101def3a7ac811f6103b1d1f790a99bedf (diff) | |
feat(CSS): patch cb0056b
| -rw-r--r-- | src/css/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css index a2ef454..c7ba231 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
| @@ -100,6 +100,11 @@ body { | |||
| 100 | 100 | ||
| 101 | border: var(--content-border); | 101 | border: var(--content-border); |
| 102 | border-radius: var(--content-border-radius); | 102 | border-radius: var(--content-border-radius); |
| 103 | |||
| 104 | .mde-roll { | ||
| 105 | font-size: 1.5em; | ||
| 106 | vertical-align: bottom; | ||
| 107 | } | ||
| 103 | } | 108 | } |
| 104 | 109 | ||
| 105 | .editor-statusbar { | 110 | .editor-statusbar { |