mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
fix stuff
This commit is contained in:
parent
a6d3e97e81
commit
f73e17191a
1 changed files with 4 additions and 3 deletions
|
@ -174,15 +174,16 @@ font-family:Ubuntu
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 14em;
|
width: 13em;
|
||||||
height: 447px;
|
height: 447px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
filter: blur(53px);
|
filter: blur(53px);
|
||||||
backdrop-filter: blur(157px);
|
backdrop-filter: blur(157px);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background-image: url(<%- mediaproxy %>/proxy?url=<%- p.playlistThumbnail %>sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLCLG7gzsIdtlp7ugZJH8YaAHX5bIw&days_since_epoch=19755);
|
background-image: url(https://image-proxy.poketube.fun/proxy?url=https://i.ytimg.com/vi/UHJwIG--Hk4/hqdefault.jpg?sqp=-oaymwEWCKgBEF5IWvKriqkDCQgBFQAAiEIYAQ==&rs=AOn4CLA9kTQiXKs92q5RXRPYMkL6jKhNJQsqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLCLG7gzsIdtlp7ugZJH8YaAHX5bIw&days_since_epoch=19755);
|
||||||
margin-left: 65px;
|
margin-left: 82px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue