소스 검색

fixed footer issue

tags/v1.0.0
Uvis Grinfelds 9 년 전
부모
커밋
f20fcd35b1
5개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -2
      transfersh-server/static/index.html
  2. +1
    -1
      transfersh-server/static/styles/main.css
  3. +3
    -1
      transfersh-web/styles/includes/preview.less
  4. +2
    -1
      transfersh-web/styles/main.css
  5. +1
    -1
      transfersh-web/styles/main.css.map

+ 2
- 2
transfersh-server/static/index.html 파일 보기

@@ -287,8 +287,8 @@
<br>
<br>

<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div>
</section>



+ 1
- 1
transfersh-server/static/styles/main.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 3
- 1
transfersh-web/styles/includes/preview.less 파일 보기

@@ -4,9 +4,11 @@

html {
min-height:100%;
position: relative;
}
#download {
position: static;

padding-bottom:240px;
footer {
bottom: 0;
left: 0;


+ 2
- 1
transfersh-web/styles/main.css 파일 보기

@@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
}
html {
min-height: 100%;
position: relative;
}
#download {
position: static;
padding-bottom: 240px;
}
#download footer {
bottom: 0;


+ 1
- 1
transfersh-web/styles/main.css.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장