Skip to content

Commit

Permalink
Adjusting grid heights from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
fribbels committed Sep 25, 2023
1 parent fe9ee8e commit 17d448c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ input[type=number]::-webkit-outer-spin-button {
font-weight: 400;
}
.heroesTabButtonRow {
padding-bottom: 5px;
padding-bottom: 4px;
display: flex;
align-items: center;
flex-wrap: wrap;
Expand Down Expand Up @@ -1073,7 +1073,7 @@ body.dark-theme input {
}
.gearTabFilters {
height: 370px;
margin-left: 20px
margin-left: 10px
}
.gearTabIcon {
display: block;
Expand Down Expand Up @@ -1386,7 +1386,7 @@ body.dark-theme input {
min-width: 210px;
padding: 30px;
padding-right: 5px;
padding-left: 10px;
padding-left: 5px;
}
.optionsExcludeGearFrom {
width: 150px;
Expand Down Expand Up @@ -1513,18 +1513,17 @@ body.dark-theme input {
width: 100%;
}
.heroesTableContainer {
min-height: 200px;
height: 200px;
min-height: 360px;
height: 360px;
flex-grow: 1;
margin-top: 6px;
resize: vertical;
overflow: hidden;
}
.buildsTableContainer {
min-height: 193px;
height: 193px;
min-height: 163px;
height: 163px;
flex-grow: 0.2;
margin-bottom: 5px;
resize: vertical;
overflow: hidden;
}
Expand Down

0 comments on commit 17d448c

Please sign in to comment.