Skip to content

Commit 1cab230

Browse files
fixed player icon in mini mode
1 parent d537392 commit 1cab230

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/components/player/player.component.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
.player-icon-mini {
3232
transform: scale(2);
33+
width: 48px;
3334
}
3435

3536
.crucible-logo {
@@ -74,6 +75,17 @@
7475

7576
.player-title-mini {
7677
justify-content: center;
78+
padding: 0 !important;
79+
overflow: visible !important;
80+
81+
.d-flex {
82+
justify-content: center;
83+
}
84+
}
85+
86+
::ng-deep .player-title-mini > .mdc-list-item__content {
87+
padding: 0 !important;
88+
overflow: visible !important;
7789
}
7890

7991
.resize-handle-right {

0 commit comments

Comments
 (0)