mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-25 13:16:40 +00: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…
Reference in a new issue