forked from Fijxu/invidious
Add some links and change some things in the CSS
This commit is contained in:
parent
389a2a4a4d
commit
65d9468911
2 changed files with 5 additions and 5 deletions
|
@ -121,6 +121,7 @@ body a.channel-owner {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 1.2vh;
|
||||
}
|
||||
|
||||
.feed-menu-item {
|
||||
|
@ -673,7 +674,7 @@ span > select {
|
|||
}
|
||||
|
||||
body.dark-theme {
|
||||
background-color: rgba(35, 35, 35, 1);
|
||||
background-color: rgba(18, 18, 18, 1);
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
@ -741,7 +742,7 @@ body.dark-theme {
|
|||
}
|
||||
|
||||
body.no-theme {
|
||||
background-color: rgba(35, 35, 35, 1);
|
||||
background-color: rgba(18, 18, 18, 1);
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue