Browse Source

footer #download fixed to bottom

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
4a6e82d653
3 changed files with 8 additions and 1 deletions
  1. +4
    -0
      transfersh-web/styles/includes/preview.less
  2. +3
    -0
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 4
- 0
transfersh-web/styles/includes/preview.less View File

@@ -3,9 +3,13 @@
}

#download {

footer {
bottom: 0;
left: 0;
width: 100%;
position: absolute;
z-index: -1;
}
}



+ 3
- 0
transfersh-web/styles/main.css View File

@@ -6372,7 +6372,10 @@ blockquote.tweet-xl a {
}
#download footer {
bottom: 0;
left: 0;
width: 100%;
position: absolute;
z-index: -1;
}
.preview-image {
padding: 0;


+ 1
- 1
transfersh-web/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save