Merge remote-tracking branch 'upstream/upcoming' into upcoming
This commit is contained in:
commit
d25d98c39e
11 changed files with 396 additions and 34 deletions
|
@ -4763,7 +4763,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;
|
||||
|
@ -5014,7 +5013,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