Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve org view styles
Alexis Sellier committed 4 years ago
commit 2e44fe5af4ae31e37d0944e736f0b4b1e85c030e
parent 1d7f48329b701cd43e600567b903bbb48ad20a85
1 file changed +5 -1
modified src/base/orgs/View.svelte
@@ -85,6 +85,7 @@
    height: 64px;
  }
  .links {
+
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: left;
@@ -107,7 +108,10 @@
  .members .member {
    display: flex;
    align-items: center;
-
    margin-right: 1.5rem;
+
    margin-right: 2rem;
+
  }
+
  .members .member:last-child {
+
    margin-right: 0;
  }
  .members .member-icon {
    width: 2rem;