add deno run script
This commit is contained in:
@@ -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%
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user