diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 19:06:50 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 19:06:50 +0800 |
| commit | 22927ad6cd53441c8cdfca677bf1297156f6cccf (patch) | |
| tree | a592f4bfa501a6e69a0443bdda496d6bd6da0d75 /assets/css/main.css | |
| parent | 9a115dc9b79088b45f0232e9a907593dd892cd9e (diff) | |
| download | www-22927ad6cd53441c8cdfca677bf1297156f6cccf.tar.gz | |
Delete unused files and fix timestamp wrap on non-firefox browsers.
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 3621080..7f330c8 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -22,6 +22,10 @@ header h1 { float: right; } +#search-bar { + margin-top: 1.5rem; +} + pre, code { font-size: inherit; background: #1a1200; @@ -66,6 +70,7 @@ ol, ul { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + min-width: 0; } #post-list a { @@ -75,6 +80,7 @@ ol, ul { time { padding-right: 1rem; + white-space: nowrap; } blockquote { |
