diff options
| author | soryu <soryu@soryu.co> | 2025-12-05 03:17:14 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:17 +0000 |
| commit | fd9e9fbb9dce8b02646852add46d07e519238abf (patch) | |
| tree | 06a056f4b97040393d947997e9149b880dcae884 /frontend/src/styles/mobile.css | |
| parent | 1c0e171daf26a477dc6a2647718fe3897b65cc3f (diff) | |
| download | soryu-fd9e9fbb9dce8b02646852add46d07e519238abf.tar.gz soryu-fd9e9fbb9dce8b02646852add46d07e519238abf.zip | |
Add Makima modal
Diffstat (limited to 'frontend/src/styles/mobile.css')
| -rw-r--r-- | frontend/src/styles/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/styles/mobile.css b/frontend/src/styles/mobile.css index a36290c..3b2e9c8 100644 --- a/frontend/src/styles/mobile.css +++ b/frontend/src/styles/mobile.css @@ -46,4 +46,8 @@ } .modern-landing-page.manga-style .issue-badge .led-heart::before { top: -3px; } .modern-landing-page.manga-style .issue-badge .led-heart::after { left: 3px; } + + .makima-logo { padding: 14px; } + .makima-list { gap: 4px; } + .makima-list li { font-size: 12px; line-height: 1.45; } } |
