diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-09 13:15:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-13 23:45:35 +0200 |
commit | 9030820a18e21359dabac9d11328ebbeb295f945 (patch) | |
tree | 7a18d1281a695cf170c07da489bf6eb03c8235b3 | |
parent | 89560f6c1e398755e49f6ad7cecce944f15a70fc (diff) | |
download | server-9030820a18e21359dabac9d11328ebbeb295f945.tar.gz |
Tweak client.css padding at start of log.
-rw-r--r-- | public/common/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/client.css b/public/common/client.css index f328d12..c156736 100644 --- a/public/common/client.css +++ b/public/common/client.css @@ -164,7 +164,7 @@ aside { } #log { - padding: 12px 0; + padding: 6px 0 9px 0; font-size: 12px; line-height: 18px; white-space: pre-wrap; |