Skip to content

Commit

Permalink
[bugfix/frontend] fix profile grid scaling in webkit based browsers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
f0x52 committed Dec 1, 2022
1 parent cf20397 commit 85524f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/source/settings/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ section.with-sidebar > div {
.overview {
display: grid;
grid-template-columns: 70% 30%;
grid-template-rows: 100%;

.files {
width: 100%;
Expand Down

0 comments on commit 85524f8

Please sign in to comment.