Procházet zdrojové kódy

Make hover cover images take mouse position into account when deciding what side of the page to appear on

undefined
spaghetti před 7 roky
committed by Tomochin
rodič
revize
ef3c2ddb9a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      static/styles/global.css

+ 2
- 1
static/styles/global.css Zobrazit soubor

@@ -804,7 +804,7 @@ div.torrent_artists {
.r10 { color: #74C42E; }
.r20,.r50,.r99 { color: #418B00; }

#index > #coverCont {
#coverCont.left {
left: 20px;
right: initial;
}
@@ -812,6 +812,7 @@ div.torrent_artists {
#coverCont {
position: fixed;
right: 20px;
left: initial;
top: 20px;
max-width: 30%;
background-size: contain;


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