added podcast search
This commit is contained in:
parent
c5b2861735
commit
aeaa2acca5
2 changed files with 51 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue