mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
move styles for download widget to default.css file
This commit is contained in:
parent
8125ddca06
commit
d7ea5609b2
3 changed files with 4 additions and 4 deletions
|
@ -767,3 +767,7 @@ h1, h2, h3, h4, h5, p,
|
||||||
.channel-emoji {
|
.channel-emoji {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#download_widget {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#download_widget {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
|
@ -28,7 +28,6 @@
|
||||||
<meta name="twitter:player:height" content="720">
|
<meta name="twitter:player:height" content="720">
|
||||||
<link rel="alternate" href="https://www.youtube.com/watch?v=<%= video.id %>">
|
<link rel="alternate" href="https://www.youtube.com/watch?v=<%= video.id %>">
|
||||||
<%= rendered "components/player_sources" %>
|
<%= rendered "components/player_sources" %>
|
||||||
<link rel="stylesheet" href="/css/download-widget.css">
|
|
||||||
<title><%= title %> - Invidious</title>
|
<title><%= title %> - Invidious</title>
|
||||||
|
|
||||||
<!-- Description expansion also updates the 'Show more' button to 'Show less' so
|
<!-- Description expansion also updates the 'Show more' button to 'Show less' so
|
||||||
|
|
Loading…
Reference in a new issue