footer #download fixed to bottom
This commit is contained in:
@ -3,9 +3,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#download {
|
#download {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6372,7 +6372,10 @@ blockquote.tweet-xl a {
|
|||||||
}
|
}
|
||||||
#download footer {
|
#download footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.preview-image {
|
.preview-image {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user