mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 04:08:33 +00:00
make message more compact
This commit is contained in:
parent
8c0222a27a
commit
c5f0798328
@ -35,7 +35,3 @@ textarea {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-box {
|
|
||||||
background-image: linear-gradient(45deg, #111, #666);
|
|
||||||
}
|
|
||||||
|
@ -14,7 +14,3 @@ a:not([data-id]) > .icon,
|
|||||||
.playlist-restricted > ol > li > a {
|
.playlist-restricted > ol > li > a {
|
||||||
color: #303030;
|
color: #303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-box {
|
|
||||||
background-image: linear-gradient(45deg, #fff, #ccc);
|
|
||||||
}
|
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
<% if !env.get("preferences").as(Preferences).dismissals.split(",").includes?("welcome") %>
|
|
||||||
<div id="feed-menu" class="h-box pure-g hidden">
|
|
||||||
<% else %>
|
|
||||||
<div id="feed-menu" class="h-box pure-g">
|
<div id="feed-menu" class="h-box pure-g">
|
||||||
<% end %>
|
|
||||||
<div class="pure-u-1 pure-u-md-1-4"></div>
|
<div class="pure-u-1 pure-u-md-1-4"></div>
|
||||||
<div class="pure-u-1 pure-u-md-1-2">
|
<div class="pure-u-1 pure-u-md-1-2">
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
|
@ -2,17 +2,8 @@
|
|||||||
<div class="infobox welcome-box">
|
<div class="infobox welcome-box">
|
||||||
<a id="dismiss_welcome" class="pure-button" href="/dismiss_info?name=welcome&referer=<%= env.get?("current_page") %>">dismiss</a>
|
<a id="dismiss_welcome" class="pure-button" href="/dismiss_info?name=welcome&referer=<%= env.get?("current_page") %>">dismiss</a>
|
||||||
<h1>Welcome to Invidious</h1>
|
<h1>Welcome to Invidious</h1>
|
||||||
<p>Invidious is a community developed Youtube-player, that respects your privacy. Features include:
|
<p>Watch Youtube-videos <em>Ad-free</em>, <em>download videos, audio and subitles</em> and <em>subscribe to channels</em> without Google tracking you.
|
||||||
<ul>
|
<p><a href="https://github.com/omarroth/invidious/blob/master/README.md">Click to learn more</a> or <a href="/login?referer=%2Fdata_control" id="call_to_action">create an account to import your subscriptions</a>.
|
||||||
<li>Ad-free
|
|
||||||
<li>Audio-only mode
|
|
||||||
<li>Works without Javascript
|
|
||||||
<li>No Google account required
|
|
||||||
<li>Download video, audio and subtitles
|
|
||||||
<li><a href="https://github.com/omarroth/invidious/blob/master/README.md">and many more!</a>
|
|
||||||
</ul>
|
|
||||||
<p><a href="/login?referer=%2Fdata_control" class="pure-button pure-button-primary" id="call_to_action">create an account and import your subscriptions now</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-u-1 pure-u-md-1-4"></div>
|
<div class="pure-u-1 pure-u-md-1-4"></div>
|
||||||
<p>Here is a selection of videos that our community is interested in:
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user