itube-specs 0.0.828 → 0.0.830
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<span class="player-menu__summary-title">{{ group.title }}</span>
|
|
105
105
|
<UiIcon
|
|
106
106
|
name="chevron-down"
|
|
107
|
-
size="
|
|
107
|
+
size="20"
|
|
108
108
|
class="player-menu__summary-arrow"
|
|
109
109
|
/>
|
|
110
110
|
</summary>
|
|
@@ -321,7 +321,7 @@ function onGroupToggle(event: Event, group: SceneGroup): void {
|
|
|
321
321
|
display: flex;
|
|
322
322
|
align-items: center;
|
|
323
323
|
gap: 10px;
|
|
324
|
-
min-height:
|
|
324
|
+
min-height: 44px;
|
|
325
325
|
padding: 8px 20px;
|
|
326
326
|
color: $player-menu-acc-head-text;
|
|
327
327
|
cursor: pointer;
|
|
@@ -363,6 +363,7 @@ function onGroupToggle(event: Event, group: SceneGroup): void {
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.player-menu__summary-arrow {
|
|
366
|
+
margin-right: 12px;
|
|
366
367
|
flex-shrink: 0;
|
|
367
368
|
color: $player-menu-icon;
|
|
368
369
|
transition: transform var(--transition), color var(--transition);
|
|
@@ -413,6 +414,7 @@ function onGroupToggle(event: Event, group: SceneGroup): void {
|
|
|
413
414
|
overflow: hidden;
|
|
414
415
|
text-overflow: ellipsis;
|
|
415
416
|
white-space: nowrap;
|
|
417
|
+
text-align: left;
|
|
416
418
|
}
|
|
417
419
|
|
|
418
420
|
.player-menu__scene.--current .player-menu__scene-label {
|