Merge remote-tracking branch 'upstream/upcoming' into upcoming

This commit is contained in:
Onur Gümüş 2022-01-24 01:16:56 +03:00
commit d25d98c39e
11 changed files with 396 additions and 34 deletions

View file

@ -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;