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 | 4461fee2ccb45a97ab326f4ca893d3c05ef85fc4 (patch) | |
| tree | 9f2d2dac6578a7f5fd55497e5eaa4ce25b4dc62b /docker/crupest-nginx | |
| parent | 0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8 (diff) | |
| download | crupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.tar.gz crupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.tar.bz2 crupest-4461fee2ccb45a97ab326f4ca893d3c05ef85fc4.zip  | |
Fix #15.
Diffstat (limited to 'docker/crupest-nginx')
| -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 {  | 
