We can now download files remotely!

This commit is contained in:
Scott Idem
2024-10-09 20:47:46 -04:00
parent 6694ec92c7
commit 79bc148e85
4 changed files with 51 additions and 3 deletions

View File

@@ -338,6 +338,12 @@ img.qr_code:focus {
opacity: 0.5;
color: hsla(0, 0%, 50%, .95);
}
.dim_warning {
opacity: 0.5;
/* color: hsla(0, 100%, 50%, .95); */
/* background should be hash marks */
background-image: repeating-linear-gradient(-45deg, hsla(0, 100%, 50%, .25), hsla(0, 100%, 50%, .25) 10px, transparent 10px, transparent 20px);
}
@media (max-width: 767px) {