mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 06:13:12 +00:00
Moving nav bar to bottom when smol screen and fixing broken code on seperate pages
This commit is contained in:
parent
bf449271e6
commit
2cffd0debd
11 changed files with 130 additions and 81 deletions
|
@ -78,7 +78,7 @@ include $root_dir."app/server/secrete.php";
|
|||
everything can always be accessed
|
||||
-->
|
||||
<a id="back-to-top" href="#">
|
||||
<img src="assets/icons/caret-up.svg">
|
||||
<img src="<?php echo $root_dir; ?>assets/icons/caret-up.svg">
|
||||
</a>
|
||||
<script>
|
||||
button = document.getElementById("back-to-top");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue