mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Asset
This commit is contained in:
parent
e9e89a58f7
commit
a9600c8c7c
@ -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…
Reference in New Issue
Block a user