Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Org profile title is address
Alexis Sellier committed 5 years ago
commit 836bd4cbea601770fb4ec4ddb9b419b32d5fadf0
parent 4af7b38f1cb3b4bd1d17d599c530bda26c97daf8
2 files changed +13 -0
modified public/index.css
@@ -259,3 +259,13 @@ td.label {
td strong {
	font-weight: 600;
}
+

+
h1 {
+
	font-size: 1.75rem;
+
	margin-bottom: 2rem;
+
	font-weight: normal;
+
	color: var(--color-secondary);
+
	text-align: left;
+
	text-overflow: ellipsis;
+
	overflow-x: hidden;
+
}
modified src/base/orgs/Profile.svelte
@@ -18,6 +18,9 @@
{:then org}
  {#if org}
    <div>
+
      <h1>
+
        {org.address}
+
      </h1>
      <table>
        <tr><td class="label">Address</td><td>{org.address}</td></tr>
        <tr><td class="label">Safe</td><td>{org.safe}</td></tr>