소스 검색

pre width fix on torrent details

pull/1/head
herbert 3 년 전
부모
커밋
cba02ba800
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 5
- 0
static/styles/beluga/style.css 파일 보기

@@ -1437,6 +1437,11 @@ pre {
max-width: 878px;
}

#torrent_details pre {
max-width: 720px;
width: 100%;
}

#donation {
position: absolute;
display: inline;


+ 5
- 0
static/styles/orion/style.css 파일 보기

@@ -1767,6 +1767,11 @@ pre {
max-width: 878px;
}

#torrent_details pre {
max-width: 720px;
width: 100%;
}

#donation {
position: absolute;
display: inline;


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