Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix avatar aspect ratio
Sebastian Martinez committed 4 years ago
commit 418d6ecc9c5396d4f9a81e4e84129b4d5cfff6d7
parent debf82ef3623ec11751a993bda85bac2ff1c6f00
1 file changed +2 -0
modified src/Avatar.svelte
@@ -33,6 +33,8 @@
    min-width: 1rem;
    min-height: 1rem;
    height: 100%;
+
    width: inherit;
+
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }