Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix org avatar sizing
Alexis Sellier committed 4 years ago
commit e4e69334ff264e4bdb10f12c8ca4b8e908be05de
parent 4dfa762d30105aa6d96b595d882de831f7f2875d
1 file changed +4 -0
modified src/base/orgs/View.svelte
@@ -87,6 +87,10 @@
    width: 64px;
    height: 64px;
  }
+
  .avatar img {
+
    width: 100%;
+
    height: 100%;
+
  }
  .links {
    display: flex;
    align-items: center;