mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:17:58 +01:00
add no canvas to old devices
This commit is contained in:
parent
bc8fcc2fc1
commit
0a824d3034
1 changed files with 25 additions and 0 deletions
|
@ -432,7 +432,32 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
|
||||
.video-sub-info.description {
|
||||
font-family:ubuntu !important;
|
||||
}
|
||||
|
||||
canvas {
|
||||
display:none;
|
||||
}
|
||||
|
||||
<% if (lightOrDark(color) == "light") { %>
|
||||
.player.video-ambient-container {
|
||||
box-shadow: 0 -8px 5.9em <%=color%>;
|
||||
}
|
||||
|
||||
<% } %>
|
||||
|
||||
<% if (lightOrDark(color) == "dark") { %>
|
||||
.player.video-ambient-container {
|
||||
box-shadow: 0 -8px 5.9em <%=color2%>;
|
||||
}
|
||||
|
||||
<% } %>
|
||||
<% if (a) { %>
|
||||
|
||||
.player.video-ambient-container {
|
||||
box-shadow: 0 0 0em <%=color%>;
|
||||
}
|
||||
|
||||
<% } %>
|
||||
</style>
|
||||
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue