mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[chore] fix profile spacing on very small screens (#1050)
This commit is contained in:
parent
a39a664525
commit
fece7fa706
|
@ -171,6 +171,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.basic {
|
.basic {
|
||||||
|
margin-top: calc(-22vw + 1rem);
|
||||||
height: initial;
|
height: initial;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue