Skip to content

Commit 65d9d9d

Browse files
committed
Fix styling
1 parent 2475ecb commit 65d9d9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/shared-components/src/room/composer/Banner/Banner.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@
4848
}
4949

5050
.icon {
51-
width: 24px;
5251
display: flex;
5352
align-items: flex-start;
5453
}
5554

5655
.icon img {
56+
height: 24px;
57+
aspect-ratio: auto;
5758
border-radius: 50%;
5859
}
5960

0 commit comments

Comments
 (0)