mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Hide unnecessary elements below 400px page width
This commit is contained in:
parent
75fa0621e4
commit
6337c515bb
@ -368,6 +368,12 @@ html.embedded #footer, body.embedded #footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 400px) {
|
||||||
|
#btn_copy, #lifetime_container, #content_length_container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
#footer #flex {
|
#footer #flex {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -313,6 +313,12 @@ html, body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 400px) {
|
||||||
|
#btn_copy, #lifetime_container, #content_length_container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
#footer {
|
#footer {
|
||||||
& #flex {
|
& #flex {
|
||||||
|
Loading…
Reference in New Issue
Block a user