mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
footer #download fixed to bottom
This commit is contained in:
parent
28e1ad8c8b
commit
4a6e82d653
@ -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
Loading…
x
Reference in New Issue
Block a user