.app-library { position: absolute; width: 100%; height: 100%; overflow: auto; top: 0; box-sizing: border-box; transition: ease all 0.3s; cursor: grab; backdrop-filter: blur(10px) saturate(180%); z-index: 50; padding-left: 20px; padding-right: 20px; transform-origin: 0 0 0; } body[data-disableblur="true"] .app-library { backdrop-filter: none; } .app-library i { position: relative; top: 1px; color: gray; font-size: 16px !important; } #app-library-list { position: relative; height: auto; padding-bottom: 20px; } #app-library-search-list { display: none; padding-left: 5px; padding-right: 5px; } #app-library-search-list .w-full { margin-bottom: 5px; } .app-library.out { transform: translateX(100%); } .app-library-border { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } #app-library-category-show { left: 0px; opacity: 0; visibility: hidden; transition: ease all 0.3s; } #app-library-category-show.active { opacity: 1; visibility: visible; } .app-library-category-list { height: 18rem; border-radius: 20px !important; }