diff --git a/src/renderer/style.less b/src/renderer/style.less index f8c8449f..d4dbe1b3 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -234,9 +234,16 @@ input[type=range].web-slider::-webkit-slider-runnable-track { .app-drawer { width: 300px; - border-left: 1px solid rgb(0 0 0 / 25%); flex: 0 0 auto; - border-top: 1px solid rgb(0 0 0 / 25%); + position: absolute; + right: 16px; + top: 3%; + background: #1c1c1c8f; + border-radius: 12px; + z-index: 9; + height: 94%; + backdrop-filter: blur(40px) saturate(180%); + box-shadow: var(--mediaItemShadow-Shadow); } .search-input-container { @@ -875,6 +882,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track { height: calc(100% - var(--chromeHeight)); width: 100%; display: flex; + position: relative; } .display--small { @@ -2526,12 +2534,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { .drawertransition-enter-active, .drawertransition-leave-active { - transition: margin-right .25s var(--appleEase); + transition: right .25s var(--appleEase); } .drawertransition-enter, .drawertransition-leave-to { - margin-right: -300px; + right: -300px; } /* Transitions End */