Skip to content

Commit

Permalink
fix: small app-content-*-area height adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Jun 24, 2023
1 parent 538c502 commit 7179530
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/scss/_app-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,19 @@
&.app-content-top-area-sm,
&.app-content-bottom-area-sm{
min-height: $lte-app-content-bottom-area-height-sm;
max-height: $lte-app-content-bottom-area-height-sm;
}

&.app-content-top-area-md,
&.app-content-bottom-area-md{
min-height: $lte-app-content-bottom-area-height-md;
max-height: $lte-app-content-bottom-area-height-md;
}
&.app-content-top-area-lg,
&.app-content-bottom-area-lg{
min-height: $lte-app-content-bottom-area-height-lg;
max-height: $lte-app-content-bottom-area-height-lg;
}
&.app-content-top-area-xl,
&.app-content-bottom-area-xl{
min-height: $lte-app-content-bottom-area-height-xl;
max-height: $lte-app-content-bottom-area-height-xl;
}
}

Expand Down
4 changes: 0 additions & 4 deletions src/scss/_compact-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@
.app-content-top-area-sm,
.app-content-bottom-area-sm {
min-height: $lte-app-content-bottom-area-height-sm * .825;
max-height: $lte-app-content-bottom-area-height-sm * .825;
}

.app-content-top-area-md,
.app-content-bottom-area-md {
min-height: $lte-app-content-bottom-area-height-md * .825;
max-height: $lte-app-content-bottom-area-height-md * .825;
}

.app-content-top-area-lg,
.app-content-bottom-area-lg {
min-height: $lte-app-content-bottom-area-height-lg * .825;
max-height: $lte-app-content-bottom-area-height-lg * .825;
}

.app-content-top-area-xl,
.app-content-bottom-area-xl {
min-height: $lte-app-content-bottom-area-height-xl * .825;
max-height: $lte-app-content-bottom-area-height-xl * .825;
}


Expand Down

0 comments on commit 7179530

Please sign in to comment.