Parcourir la source

pre width fix on torrent details

pull/1/head
herbert il y a 3 ans
Parent
révision
cba02ba800
2 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. +5
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 5
- 0
static/styles/beluga/style.css Voir le fichier

@@ -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 Voir le fichier

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

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

#donation {
position: absolute;
display: inline;


Chargement…
Annuler
Enregistrer