From 4461fee2ccb45a97ab326f4ca893d3c05ef85fc4 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 16 Feb 2023 17:18:49 +0800 Subject: Fix #15. --- docker/crupest-nginx/sites/www/src/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/crupest-nginx/sites/www/src') diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 528260e..d105287 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -50,6 +50,9 @@ body { background-color: dodgerblue; font-size: 1.2em; color: white; + white-space: nowrap; + overflow-x: auto; + padding: 0 1em; } .friend-link { -- cgit v1.2.3