PLAYER: Added Jam feature

This commit is contained in:
2026-05-28 23:38:07 +03:00
parent d1113effa5
commit ec7c5c9049
6 changed files with 83 additions and 18 deletions
+5 -5
View File
@@ -1287,7 +1287,7 @@ button.user-stat:hover {
.volume-btn svg { width: 18px; height: 18px; }
.volume-slider {
width: 80px;
width: 104px;
height: 4px;
background: var(--bg-active);
border-radius: 2px;
@@ -2920,13 +2920,13 @@ button.user-stat:hover {
z-index: 140;
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: center;
padding: 40px;
background: rgba(0,0,0,0.32);
}
.upload-editor-drawer {
width: min(460px, calc(100vw - 48px));
width: min(680px, calc(100vw - 48px));
max-height: calc(100vh - 80px);
overflow-y: auto;
border: 1px solid var(--border-color);
@@ -3662,7 +3662,7 @@ button.user-stat:hover {
}
.volume-slider {
width: 74px;
width: 88px;
height: 6px;
border-radius: 999px;
}
@@ -4142,7 +4142,7 @@ button.user-stat:hover {
}
.volume-slider {
width: 58px;
width: 72px;
}
.player-btn {