diff options
| author | 2023-07-24 10:49:18 +0000 | |
|---|---|---|
| committer | 2023-07-24 10:49:18 +0000 | |
| commit | ad4fccd60d30f175650e7ab6ca711e9595787b82 (patch) | |
| tree | 363966ad1eeafe833b727a164f4349da7e9a4f9d /doc | |
| parent | Fixed link in README. (diff) | |
| parent | default css: handle overflow text (diff) | |
| download | snac2-ad4fccd60d30f175650e7ab6ca711e9595787b82.tar.gz snac2-ad4fccd60d30f175650e7ab6ca711e9595787b82.tar.xz snac2-ad4fccd60d30f175650e7ab6ca711e9595787b82.zip | |
Merge pull request 'Allow several tags & fix video element width, and more.' (#74) from yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/74
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 7b4839d..822860e 100644 --- a/doc/style.css +++ b/doc/style.css | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em } | 1 | body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; } |
| 2 | img { max-width: 100% } | 2 | pre { overflow-x: scroll; } |
| 3 | .snac-embedded-video, img { max-width: 100% } | ||
| 3 | .snac-origin { font-size: 85% } | 4 | .snac-origin { font-size: 85% } |
| 4 | .snac-score { float: right; font-size: 85% } | 5 | .snac-score { float: right; font-size: 85% } |
| 5 | .snac-top-user { text-align: center; padding-bottom: 2em } | 6 | .snac-top-user { text-align: center; padding-bottom: 2em } |