]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix some account avatars on public pages having incorrect size
authorThibG <thib@sitedethib.com>
Wed, 13 May 2020 19:20:34 +0000 (21:20 +0200)
committerThibaut Girka <thib@sitedethib.com>
Wed, 13 May 2020 21:17:10 +0000 (23:17 +0200)
Port 48503384d00525fe61a038bdb8a55868fdc1db92 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/statuses.scss

index 4122e121ac7ec3ac1edb242085d5a1e804002714..6fcc11e299c644d61837dc17a92b2c376cb0656a 100644 (file)
     &__avatar {
       left: 15px;
       top: 17px;
+
+      .account__avatar {
+        width: 48px;
+        height: 48px;
+      }
     }
 
     &__content {