Skip to content

Commit 0ea5d70

Browse files
committed
fix(ui): 💄 avatar size distortion for txs
1 parent 104cbea commit 0ea5d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/components.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
.avatar {
8282
display: flex;
8383
overflow: hidden;
84-
width: 2.5rem;
85-
height: 2.5rem;
84+
width: 40px;
85+
height: 40px;
8686
border-radius: 50%;
8787
justify-content: center;
8888
align-items: center;

0 commit comments

Comments
 (0)