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 zzls Selfhost
parent 0b04ae8cde
commit 558a91ad02
3 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -128,6 +128,9 @@
<i class="icon ion-ios-paper"></i>
<a href="https://github.com/iv-org/documentation"><%= translate(locale, "footer_documentation") %></a>
</span>
<span>
<a href="https://nadeko.net"><u>nadeko.net</u></a>
</span>
</div>
<div class="pure-u-1 pure-u-md-1-3">
@ -147,7 +150,10 @@
<div class="pure-u-1 pure-u-md-1-3">
<span>
<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><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>