mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Asset
This commit is contained in:
parent
e9e89a58f7
commit
a9600c8c7c
2 changed files with 8 additions and 2 deletions
|
@ -799,3 +799,9 @@ h1, h2, h3, h4, h5, p,
|
|||
#download_widget {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 404 TV Box */
|
||||
.error-page {
|
||||
width: 50%;
|
||||
height: auto;
|
||||
}
|
|
@ -10,9 +10,9 @@
|
|||
<div style="display: flex; flex-direction: column;">
|
||||
<%= error_message %>
|
||||
<% if dark_mode == "dark" %>
|
||||
<%= unfound_tv_box_dark_theme %>
|
||||
<img src="assets/404_tv_box_dark_theme.svg" alt="SVG Image" class="error-page">
|
||||
<% else %>
|
||||
<%= unfound_tv_box_light_theme %>
|
||||
<img src="assets/404_tv_box_light_theme.svg" alt="SVG Image" class="error-page">
|
||||
<% end %>
|
||||
</div>
|
||||
<%= next_steps %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue