Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make placeholder full-width on mobile
Rūdolfs Ošiņš committed 1 year ago
commit fdebe237a9354a22fc45e001bc91647dfc67387c
parent 30d7991d144cfc95699a6d3409b2b4bb82ef2c68
1 file changed +5 -0
modified src/views/projects/Source.svelte
@@ -122,6 +122,11 @@
      width: inherit;
      padding: 0;
    }
+
    .placeholder {
+
      border-radius: 0;
+
      border-left: 0;
+
      border-right: 0;
+
    }
  }
</style>