Column: let columns only fill their needed height

This commit is contained in:
Alex Gleason
2021-10-08 11:11:33 -05:00
parent 683da333fd
commit a83caeccf7
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,6 @@
.column {
width: 100%;
height: 100%;
padding: 0;
}

View File

@ -166,6 +166,8 @@
}
.search-page {
height: 100%;
.search {
padding: 10px 15px;
border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);