We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d537392 commit 1cab230Copy full SHA for 1cab230
src/app/components/player/player.component.scss
@@ -30,6 +30,7 @@
30
31
.player-icon-mini {
32
transform: scale(2);
33
+ width: 48px;
34
}
35
36
.crucible-logo {
@@ -74,6 +75,17 @@
74
75
76
.player-title-mini {
77
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
88
89
90
91
.resize-handle-right {
0 commit comments