show download options instead of return link in location headers

This commit is contained in:
ghost 2023-09-06 02:18:05 +03:00
parent 5f46332ceb
commit f6db9bfb3b
2 changed files with 41 additions and 5 deletions

View file

@ -86,6 +86,10 @@
border-bottom: 1px #a44399 solid;
}
.border-default {
border: 1px #5d627d solid;
}
.border-bottom-default {
border-bottom: 1px #5d627d solid;
}