Skip to content

Commit e4fc4f8

Browse files
Merge pull request #87 from epochtalk/avatar-size
Avatar Sizing
2 parents 4c83cb0 + 5c67667 commit e4fc4f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/Posts.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ ad-viewer {
14401440
margin-bottom: 0;
14411441
margin-right: 0.5rem;
14421442
}
1443-
width: $postUserWidth;
1443+
width: $avatar-width;
14441444
height: $postUserWidth;
14451445
14461446
.online {
@@ -1469,8 +1469,6 @@ ad-viewer {
14691469
}
14701470
}
14711471
&.rect {
1472-
height: calc(#{$postUserWidth} / 1.5);
1473-
14741472
img {
14751473
object-fit: contain;
14761474
}

0 commit comments

Comments
 (0)