mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:48:33 +01:00
make encryption unvisable
This commit is contained in:
parent
2f259bf74f
commit
aa898e312e
1 changed files with 16 additions and 22 deletions
|
@ -495,7 +495,6 @@ a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.dropdown-button {
|
.dropdown-button {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -552,7 +551,6 @@ a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.new-button.engagement:hover {
|
.new-button.engagement:hover {
|
||||||
background-color: #0009;
|
background-color: #0009;
|
||||||
}
|
}
|
||||||
|
@ -565,32 +563,28 @@ a.new-button:hover {
|
||||||
background-color: #0008;
|
background-color: #0008;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 1340px) {
|
@media screen and (max-width: 1340px) {
|
||||||
.new-button.button-download {
|
.new-button.button-encryption {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
.new-button.button-lite {
|
.new-button.button-lite {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-button.button-dropdown {
|
.new-button.button-dropdown {
|
||||||
display:flex;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 1340px) {
|
@media screen and (min-width: 1340px) {
|
||||||
.new-button.button-download {
|
.new-button.button-encryption {
|
||||||
display:flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.new-button.button-lite {
|
.new-button.button-lite {
|
||||||
display:flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-button.button-dropdown {
|
.new-button.button-dropdown {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue