This website works better with JavaScript.
Home
Explore
Help
Sign In
Sugoimusic
/
Frontend
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pre width fix on torrent details
pull/1/head
herbert
3 years ago
parent
7bedd2e73a
commit
cba02ba800
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
static/styles/beluga/style.css
+5
-0
static/styles/orion/style.css
+ 5
- 0
static/styles/beluga/style.css
View File
@@ -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
View File
@@ -1767,6 +1767,11 @@ pre {
max-width: 878px;
}
#torrent_details pre {
max-width: 720px;
width: 100%;
}
#donation {
position: absolute;
display: inline;
Write
Preview
Loading…
Cancel
Save