Skip to content

Commit 20602e3

Browse files
committed
fix home button overflow
1 parent 1ef49e4 commit 20602e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/side-pane/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ body .customStatusInput {
5555
}
5656
}
5757
.homeLogo {
58+
overflow: hidden;
5859
width: 42px;
5960
height: 42px;
6061
border-radius: 50%;

src/components/ui/MobileBottomPane.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
}
3535
.homeLogo {
36+
overflow: hidden;
3637
width: 24px;
3738
height: 24px;
3839
border-radius: 50%;

0 commit comments

Comments
 (0)