Procházet zdrojové kódy

pre width fix on torrent details

pull/1/head
herbert před 3 roky
rodič
revize
cba02ba800
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +5
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 5
- 0
static/styles/beluga/style.css Zobrazit soubor

@@ -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 Zobrazit soubor

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

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

#donation {
position: absolute;
display: inline;


Načítá se…
Zrušit
Uložit