mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-10 11:19:50 +00:00
[bugfix/frontend] fix profile grid scaling in webkit based browsers (#1193)
This commit is contained in:
parent
cf20397f26
commit
85524f8b4b
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ section.with-sidebar > div {
|
|||
.overview {
|
||||
display: grid;
|
||||
grid-template-columns: 70% 30%;
|
||||
grid-template-rows: 100%;
|
||||
|
||||
.files {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue