Skip to content

Commit

Permalink
Fix layout issues when more than 6 apps are added to library.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkuesters committed Mar 11, 2021
1 parent 30b42ec commit 6722c5a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "destrostudios",
"version": "1.1.4",
"version": "1.1.5",
"description": "destrostudios cross-game launcher, offering the possibility to login, download, update and start games.",
"author": "destrostudios",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions src/app/pages/library/library.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ main {

.apps {
flex: 0 0 200px;
display: flex;
flex-direction: column;

input {
margin-bottom: $baseline-2;
}

ul {
overflow-y: auto;
}

li {
margin-bottom: 0;

Expand Down
1 change: 1 addition & 0 deletions src/app/shared/components/app-hub/app-hub.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ h1 {
p {
margin-top: $baseline;
font-size: 14px;
white-space: pre-wrap;
}

.right {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "destrostudios",
"version": "1.1.4",
"version": "1.1.5",
"description": "Destrostudios cross-game launcher, offering the possibility to login, download, update and start games.",
"author": "destrostudios",
"main": "electron-main.js",
Expand Down

0 comments on commit 6722c5a

Please sign in to comment.