added vue transitions, added recent radio stations

This commit is contained in:
booploops 2021-12-03 14:01:10 -08:00
parent 56b20e7080
commit 9e8f972e93
3 changed files with 110 additions and 55 deletions

View file

@ -153,13 +153,20 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
background-color: var(--color2);
height: 100%;
width: 100%;
padding: 32px;
overflow-y: scroll;
overflow-y: overlay;
overflow-x: hidden;
border-radius: 10px 0px;
border-left: 1px solid rgb(0 0 0 / 25%);
border-top: 1px solid rgb(0 0 0 / 25%);
position:relative;
}
.content-inner {
position: absolute;
top: 0;
left: 0;
padding: 32px;
}