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:
parent
813fed4596
commit
9807c93995
7 changed files with 31 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue