1
0
Fork 0

improve mobile download dropdown

This commit is contained in:
Malte Jürgens 2023-05-29 16:16:10 +02:00
parent 8c814187c8
commit 9d5d151fb9
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -252,6 +252,22 @@ button:focus .dropdown,
transform: translateY(0);
}
@media only screen and (max-width: 40em) {
.dropdown,
button:focus .dropdown,
.button:focus .dropdown,
.dropdown:hover {
position: fixed !important;
height: fit-content;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: auto;
padding: 10px;
}
}
iframe {
width: 100%;
height: 100%;