aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-02-16 17:18:49 +0800
committercrupest <crupest@outlook.com>2023-02-16 17:18:49 +0800
commit4461fee2ccb45a97ab326f4ca893d3c05ef85fc4 (patch)
tree9f2d2dac6578a7f5fd55497e5eaa4ce25b4dc62b /docker
parent0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8 (diff)
downloadcrupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.tar.gz
crupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.tar.bz2
crupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.zip
Fix #15.
Diffstat (limited to 'docker')
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css3
1 files changed, 3 insertions, 0 deletions
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 {