Skip to content

Commit e9dd2c7

Browse files
committed
Fix topbar icon cutoff on view page
Update focused-app container top position from 40px to 46px to match topbar height and prevent overlap
1 parent 6164d2d commit e9dd2c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.focused-app-container {
1010
position: absolute;
11-
top: 40px;
11+
top: 46px;
1212
bottom: 50px;
1313
left: 0;
1414
right: 0;

src/app/components/shared/top-bar/topbar.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ mat-icon, .mat-icon {
5050
--mat-icon-color: var(--mat-sys-on-primary);
5151
}
5252

53-
.margin-auto button mat-icon {
53+
.margin-auto button mat-icon,
54+
.margin-auto a mat-icon {
5455
color: var(--mat-sys-primary);
5556
}

0 commit comments

Comments
 (0)