Skip to content

Commit 8876a07

Browse files
committed
adjustments to icon sizes
1 parent f12a73c commit 8876a07

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/app/components/player/application-list/application-list.component.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
.lefticon {
2929
font-size: 75%;
3030
padding: 0.5em;
31-
height: 35px;
32-
width: 35px;
31+
height: 24px;
32+
width: 24px;
3333
text-align: center;
3434
}
3535

@@ -67,6 +67,11 @@
6767
width: 24px;
6868
height: 24px;
6969
}
70+
71+
.mat-mdc-list-item {
72+
padding: 0px !important;
73+
width: 48px;
74+
}
7075
}
7176

7277
.app-button-container {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
margin-right: 10px;
130130
}
131131

132+
.mdc-list {
133+
padding: 0 !important;
134+
}
135+
132136
.player-title-mini {
133137
justify-content: center;
134138
cursor: pointer;

0 commit comments

Comments
 (0)