Updated styling of recent videos component, the search/sort options now look good on mobile

This commit is contained in:
Isaac Abadi
2020-08-14 17:41:55 -04:00
parent e2cec9321e
commit 4302625858
2 changed files with 33 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
}
.search-bar-unfocused {
width: 100px;
width: 132px;
}
.search-input {
@@ -28,7 +28,13 @@
padding-right: 12px;
}
.col {
.column {
width: 33%;
display: inline-block;
}
.sort-dir-div {
display: inline-block;
position: absolute;
top: 10px;
}