mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-18 04:30:58 +01:00
[bugfix/frontend] fix profile grid scaling in webkit based browsers (#1193)
This commit is contained in:
parent
cf20397f26
commit
85524f8b4b
@ -311,6 +311,7 @@ section.with-sidebar > div {
|
|||||||
.overview {
|
.overview {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 70% 30%;
|
grid-template-columns: 70% 30%;
|
||||||
|
grid-template-rows: 100%;
|
||||||
|
|
||||||
.files {
|
.files {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user