diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-08 18:26:43 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-08 18:26:43 +0200 |
| commit | 3d11f004047708c0c9a36ee71b2f2357217d14ec (patch) | |
| tree | 45bded76dd9bca67c9f7f49842e8043079fb30a4 /views | |
| parent | 38031a55afa1d0cb7c4ca2300262f08d97ca4eee (diff) | |
| download | nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.tar nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.tar.gz nowayforward_human-3d11f004047708c0c9a36ee71b2f2357217d14ec.zip | |
fix: Improve certain button spacings
Diffstat (limited to 'views')
| -rw-r--r-- | views/archive/index.php | 1 | ||||
| -rw-r--r-- | views/styles.css | 1 |
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 { |
