Browse Source

Fix profile picture preview (#10931)

pull/4/head
Jeong Arm 4 years ago
committed by Eugen Rochko
parent
commit
e13e4b28db
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/accounts.scss

+ 1
- 0
app/javascript/styles/mastodon/accounts.scss View File

@ -68,6 +68,7 @@
margin: 0;
border-radius: 4px;
background: darken($ui-base-color, 8%);
object-fit: cover;
}
}

Loading…
Cancel
Save