added podcast search

This commit is contained in:
booploops 2022-01-21 00:42:10 -08:00
parent c5b2861735
commit aeaa2acca5
2 changed files with 51 additions and 7 deletions

View file

@ -2588,10 +2588,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.podcasts-search {
padding: 10px;
position: sticky;
top:0;
left:0;
width:100%;
top: 0;
left: 0;
width: 100%;
border-bottom: 1px solid var(--color2);
z-index: 2;
background: #303030;
}
}