diff options
| author | soryu <soryu@soryu.co> | 2025-12-05 03:24:02 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:17 +0000 |
| commit | f6799b32958cb438a54ea374a2b6f33912ffe376 (patch) | |
| tree | f8dfa49c42eece27cbadf9bfa6c939cc6ed1a4c6 /frontend/src/styles/pc98.css | |
| parent | fd9e9fbb9dce8b02646852add46d07e519238abf (diff) | |
| download | soryu-f6799b32958cb438a54ea374a2b6f33912ffe376.tar.gz soryu-f6799b32958cb438a54ea374a2b6f33912ffe376.zip | |
Add Makima inline icon and mesh copy
Diffstat (limited to 'frontend/src/styles/pc98.css')
| -rw-r--r-- | frontend/src/styles/pc98.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/styles/pc98.css b/frontend/src/styles/pc98.css index 710d11a..4796730 100644 --- a/frontend/src/styles/pc98.css +++ b/frontend/src/styles/pc98.css @@ -1934,6 +1934,14 @@ button:focus-visible { font-size: 13px; } +.makima-inline-icon { + width: 18px; + height: 18px; + margin-left: 8px; + vertical-align: middle; + filter: drop-shadow(0 0 6px rgba(179, 0, 0, 0.4)); +} + .makima-list { margin: 8px 0 0; padding-left: 18px; |
