Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix mobile styles for commit history
Alexis Sellier committed 4 years ago
commit d046fe8bf7f424aa00173fc101348616aef77f15
parent 0cced197baef052aa2dae7ef5acc3bc5ac27a7d0
2 files changed +13 -1
modified src/base/projects/Commit/CommitAuthorship.svelte
@@ -26,6 +26,12 @@
  .authorship .avatar:not(:first-child) {
    margin-left: 0.125rem;
  }
+

+
  @media (max-width: 720px) {
+
    .authorship {
+
      display: none;
+
    }
+
  }
</style>

<span class="authorship text-xsmall">
modified src/base/projects/Commit/CommitTeaser.svelte
@@ -61,13 +61,19 @@
    margin: 0 1rem 0 0;
  }

-
  @media (max-width: 960px) {
+
  @media (max-width: 720px) {
    .hash {
      padding-right: 0.5rem;
    }
    .hash {
      font-size: 0.75rem;
    }
+
    .column-center {
+
      overflow: hidden;
+
    }
+
    .column-right {
+
      display: none !important;
+
    }
    .summary {
      overflow: hidden;
      white-space: nowrap;