Visual Tweaks to Miniplayer and add assets to Web Remote.

This commit is contained in:
cryptofyre 2022-01-23 15:31:41 -06:00
parent 0bbf4ee4b3
commit cd77c6536d
5 changed files with 6 additions and 6 deletions

View file

@ -4754,7 +4754,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.mini-view {
width: 100%;
height: 100%;
background: black;
display: flex;
justify-content: center;
align-items: center;
@ -5005,7 +5004,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.controls-parents {
width: 100%;
position: absolute;
background: black;
background: #0000009e;
backdrop-filter: blur(10px);
bottom: 0px;
z-index: 3;
opacity: 0;