Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve positioning of project maintainers
Alexis Sellier committed 4 years ago
commit 2a01be79d4695bf8a85a3ad3d28b5e92db5a9f81
parent 9621fa45679acb5a2e12270cdde425a94071a3fe
1 file changed +6 -0
modified src/base/projects/View.svelte
@@ -43,10 +43,16 @@
  .description {
    margin: 1rem 0 1.5rem 0;
  }
+
  .maintainers {
+
    display: flex;
+
    align-items: center;
+
    justify-content: space-between;
+
  }
  .maintainer {
    display: inline-block;
    width: 1rem;
    height: 1rem;
+
    margin-left: 0.5rem;
  }
</style>