Made download buttons actual buttons

This commit is contained in:
RemixDev
2020-09-23 17:51:16 +02:00
parent 70813bdefc
commit 4ece538746
4 changed files with 13 additions and 8 deletions

View File

@@ -295,11 +295,15 @@ a {
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
background-color: #000000;
border-radius: 50%;
min-width: 32px;
padding: 0px;
height: 44px;
border: 0px;
i {
background-color: #000000;
color: white;
border-radius: 50%;
padding: 10px;
cursor: pointer;
}
@@ -316,6 +320,7 @@ a {
.download_overlay {
opacity: 1;
border: 0px;
}
}
}