Add some links and change some things in the CSS

This commit is contained in:
sf.nadeko.net ~root 2024-02-09 19:28:19 -03:00 committed by nadeko.net Selfhost
parent 00785e6421
commit 76aa447f94
3 changed files with 12 additions and 6 deletions

View file

@ -121,6 +121,7 @@ body a.channel-owner {
display: flex; display: flex;
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 1.2vh;
} }
.feed-menu-item { .feed-menu-item {
@ -614,7 +615,7 @@ span > select {
} }
body.dark-theme { body.dark-theme {
background-color: rgba(35, 35, 35, 1); background-color: rgba(18, 18, 18, 1);
color: #f0f0f0; color: #f0f0f0;
} }
@ -668,7 +669,7 @@ body.dark-theme {
} }
body.no-theme { body.no-theme {
background-color: rgba(35, 35, 35, 1); background-color: rgba(18, 18, 18, 1);
color: #f0f0f0; color: #f0f0f0;
} }

View file

@ -9,12 +9,11 @@
<div class="pure-u-1-3"> <div class="pure-u-1-3">
<h3> <h3>
<a href="/subscription_manager"><%= translate(locale, "Manage subscriptions") %></a> <a href="/subscription_manager"><%= translate(locale, "Manage subscriptions") %></a>
<br>
<a href="/feed/history"><%= translate(locale, "Watch history") %></a>
</h3> </h3>
</div> </div>
<div class="pure-u-1-3"> <div class="pure-u-1-3">
<h3 style="text-align:center">
<a href="/feed/history"><%= translate(locale, "Watch history") %></a>
</h3>
</div> </div>
<div class="pure-u-1-3"> <div class="pure-u-1-3">
<h3 style="text-align:right"> <h3 style="text-align:right">

View file

@ -128,6 +128,9 @@
<i class="icon ion-ios-paper"></i> <i class="icon ion-ios-paper"></i>
<a href="https://github.com/iv-org/documentation"><%= translate(locale, "footer_documentation") %></a> <a href="https://github.com/iv-org/documentation"><%= translate(locale, "footer_documentation") %></a>
</span> </span>
<span>
<a href="https://nadeko.net"><u>nadeko.net</u></a>
</span>
</div> </div>
<div class="pure-u-1 pure-u-md-1-3"> <div class="pure-u-1 pure-u-md-1-3">
@ -147,7 +150,10 @@
<div class="pure-u-1 pure-u-md-1-3"> <div class="pure-u-1 pure-u-md-1-3">
<span> <span>
<i class="icon ion-ios-wallet"></i> <i class="icon ion-ios-wallet"></i>
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a> <a href="https://nadeko.net/donate"><b><%= translate(locale, "footer_donate_page") %></b></a>
</span>
<span>
<a href="https://nadeko.net/contact"><b>Contact the Owner</b></a>
</span> </span>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span> <span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div> </div>