Skip to content

Commit

Permalink
Added min-height to search
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby committed Dec 14, 2018
1 parent 6af7fb0 commit 2f8d812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/scss/component/_search.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.search__header {
background-color: $lbry-black;
color: $lbry-white;
min-height: 300px;
padding: var(--spacing-vertical-large); // 2rem;

html[data-theme='dark'] & {
Expand Down Expand Up @@ -36,6 +37,7 @@

.search__results-section {
margin-bottom: var(--spacing-vertical-large); // 4rem;
min-height: 200px;
position: relative;
}

Expand Down

0 comments on commit 2f8d812

Please sign in to comment.