added some reference links to ui

This commit is contained in:
simon 2021-09-15 11:33:16 +07:00
parent 1415781863
commit 193e6f91ac
3 changed files with 6 additions and 3 deletions

View File

@ -96,7 +96,7 @@
</div> </div>
<div class="footer"> <div class="footer">
<div class="boxed-content"> <div class="boxed-content">
<span>© 2021 | The Tube Archivist</span> <span>© 2021 The Tube Archivist | <a href="https://github.com/bbilly1/tubearchivist" target="_blank">Github</a> | <a href="https://hub.docker.com/r/bbilly1/tubearchivist" target="_blank">Docker Hub</a></span>
</div> </div>
</div> </div>
</body> </body>

View File

@ -114,7 +114,7 @@
</div> </div>
<div class="settings-group"> <div class="settings-group">
<h2>Manual media files import.</h2> <h2>Manual media files import.</h2>
<p>Add files to the cache/import folder. Make sure to follow the instructions on Github.</p> <p>Add files to the cache/import folder. Make sure to follow the instructions on <a href="https://github.com/bbilly1/tubearchivist#import-your-existing-library" target="_blank">Github</a>.</p>
<div id="manual-import"> <div id="manual-import">
<button onclick="manualImport()">Start import</button> <button onclick="manualImport()">Start import</button>
</div> </div>

View File

@ -134,11 +134,14 @@ button:hover {
grid-row-end: 3; grid-row-end: 3;
} }
.footer a {
text-decoration: underline;
}
/* navigation */ /* navigation */
.top-nav { .top-nav {
display: block; display: block;
padding: 15px 0; padding: 15px 0;
/* justify-content: space-around; */
position: relative; position: relative;
} }