Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak app header and footer
Rūdolfs Ošiņš committed 2 years ago
commit a73ad66e06d45b36951504cc83c034e152163e96
parent 5684b8ef42c17f320b9c005c6f25936a93e516d2
1 file changed +5 -1
modified src/App/AppLayout.svelte
@@ -10,8 +10,12 @@
    flex-direction: column;
    height: 100%;
  }
+
  .header {
+
    border-bottom: 1px solid var(--color-fill-separator);
+
  }
  .content {
    height: 100%;
+
    overflow-y: scroll;
  }
  @media (max-width: 720px) {
    .app {
@@ -26,7 +30,7 @@
</style>

<div class="app">
-
  <div class="global-hide-on-mobile">
+
  <div class="global-hide-on-mobile header">
    <Header />
  </div>
  <div class="content">