1
Fork 0

make encryption unvisable

This commit is contained in:
Ashley 2023-01-02 18:05:22 +00:00
parent 3617261317
commit 6656e82dc3

View file

@ -495,7 +495,6 @@ a {
display: block;
}
.dropdown-button {
position: relative;
display: flex;
@ -552,7 +551,6 @@ a {
display: block;
}
.new-button.engagement:hover {
background-color: #0009;
}
@ -565,10 +563,8 @@ a.new-button:hover {
background-color: #0008;
}
@media screen and (max-width: 1340px) {
.new-button.button-download {
.new-button.button-encryption {
display: none;
}
.new-button.button-lite {
@ -576,13 +572,12 @@ a.new-button:hover {
}
.new-button.button-dropdown {
display:flex;
display: none;
}
}
@media screen and (min-width: 1340px) {
.new-button.button-download {
.new-button.button-encryption {
display: flex;
}
.new-button.button-lite {
@ -593,4 +588,3 @@ a.new-button:hover {
display: none;
}
}