diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 09:29:30 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 09:30:28 -0300 |
| commit | a20a34a0b839cc19a89e5f18d75683487f36bfa4 (patch) | |
| tree | f603b03253edc6b04c952daeca605857c95234ef /src/static | |
| parent | 27a598fa9e1410ae244ee6291e7e7f1a2bcc7ef7 (diff) | |
css: indent subsequent search context lines
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/search.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/search.css b/src/static/css/search.css index f421803b..a79fb20a 100644 --- a/src/static/css/search.css +++ b/src/static/css/search.css @@ -191,6 +191,8 @@ @layer layout { .wiki-search-context-container { padding: 2px 12px 4px; + padding-left: calc(12px + 1.2ch); + text-indent: -1.2ch; } } |