aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/archive/index.php1
-rw-r--r--views/styles.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/views/archive/index.php b/views/archive/index.php
index 22b8a21..bf296b5 100644
--- a/views/archive/index.php
+++ b/views/archive/index.php
@@ -17,6 +17,7 @@
<?php if ($page !== null): ?>
<iframe src="<?= "/archives/{$page->WID}/index.php" ?>" scrolling="no" sandbox></iframe>
+ <p></p>
<form action="/archive/create" method="POST">
<input type="hidden" name="url" value="<?= $url ?>">
<input type="submit" value="Archive Now!">
diff --git a/views/styles.css b/views/styles.css
index 6637c40..fecbfeb 100644
--- a/views/styles.css
+++ b/views/styles.css
@@ -449,6 +449,7 @@ hr.new-section {
margin: 0 1em 2em 1em;
display: flex;
flex-direction: row;
+ gap: 1em;
}
#user-nav {