Visual Tweaks to Miniplayer and add assets to Web Remote.
This commit is contained in:
parent
0bbf4ee4b3
commit
cd77c6536d
5 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue