diff options
| author | crupest <crupest@outlook.com> | 2023-02-16 17:18:49 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-02-16 17:18:49 +0800 | 
| commit | b668530968587c2bf3507a71257289dd85d43ee8 (patch) | |
| tree | 9f2d2dac6578a7f5fd55497e5eaa4ce25b4dc62b /docker/crupest-nginx/sites/www/src | |
| parent | 9ccfbf95538d67f692cca918993b8181fe12c95c (diff) | |
| download | crupest-b668530968587c2bf3507a71257289dd85d43ee8.tar.gz crupest-b668530968587c2bf3507a71257289dd85d43ee8.tar.bz2 crupest-b668530968587c2bf3507a71257289dd85d43ee8.zip | |
Fix #15.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src')
| -rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 3 | 
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 { | 
