瀏覽代碼

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;


Loading…
取消
儲存