add deno run script

This commit is contained in:
bobbydigitales
2024-11-08 09:46:19 -08:00
parent 6ce693cefc
commit 6c692c4b9f
13 changed files with 383 additions and 283 deletions

View File

@@ -147,15 +147,13 @@ a {
}
}
@media (prefer) {
#ddln_logo_button {
width: 32px;
height: 32px;
image-rendering: pixelated;
background-image: url('/static/favicon.ico');
background-repeat: no-repeat;
background-size: cover;
}
.logo {
width: 32px;
height: 32px;
image-rendering: pixelated;
background-image: url('/static/favicon.ico');
background-repeat: no-repeat;
background-size: cover;
}
#torrent-content {
@@ -169,7 +167,7 @@ a {
button,
.button {
font-size: small;
font-size: 12px;
background-color: var(--main-bg-color);
border-radius: 10px;
padding-left: 10px;
@@ -184,6 +182,10 @@ button,
cursor: pointer;
}
.button-big {
font-size: large;
}
video {
width: 100%
}