some fixes for touch, added edit tracklist to user playlists

added new i18n items
visual.window_background_style is now none by default
This commit is contained in:
booploops 2022-04-27 16:45:01 -07:00
parent 813fed4596
commit 9807c93995
7 changed files with 31 additions and 4 deletions

View file

@ -498,6 +498,18 @@
height: 100%;
overflow: hidden;
.editTracksBtn {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
>span {
display: flex;
gap: 8px;
}
}
.mediaContainer {
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
width: 260px;height:260px;