diff options
| author | 2022-07-13 11:28:05 +0200 | |
|---|---|---|
| committer | 2022-07-13 11:28:05 +0200 | |
| commit | 1d5c737bbb2d9fe0624830591ce622347c84f314 (patch) | |
| tree | 919349a21f023360d7c71a03944d495d00359816 /web/source/css/status.css | |
| parent | [feature] Add back/next buttons to profiles for paging through statuses (#708) (diff) | |
| download | gotosocial-1d5c737bbb2d9fe0624830591ce622347c84f314.tar.xz | |
[bugfix] Fix profile card display issues on smaller screens w/responsive query (#696)
* add responsive media query to profile css
* break username on all screen sizes if necessary
* embed avatar inside header on smaller screen sizes
* align items to the left in small screen view
* more consistent profile scaling accross firefox and chrome
* simplify things a little bit
* make sure bio fits in profile
* word-break content if necessary
Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'web/source/css/status.css')
| -rw-r--r-- | web/source/css/status.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css index b0567c7ce..4badfa33c 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -124,6 +124,10 @@ main { color: $link_fg; text-decoration: underline; } + + .content { + word-break: break-word; + } } .media { |
