[bugfix/frontend] fix profile grid scaling in webkit based browsers (#1193)

This commit is contained in:
f0x52 2022-12-01 17:28:11 +01:00 committed by GitHub
parent cf20397f26
commit 85524f8b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ section.with-sidebar > div {
.overview {
display: grid;
grid-template-columns: 70% 30%;
grid-template-rows: 100%;
.files {
width: 100%;