mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 09:27:34 -06:00
[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>
This commit is contained in:
parent
6418307c64
commit
1d5c737bbb
4 changed files with 56 additions and 22 deletions
|
|
@ -124,6 +124,10 @@ main {
|
|||
color: $link_fg;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.content {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.media {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue