Browse Source

Add live style previews to profile edit page

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
df0d71518c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      static/styles/global.css

+ 1
- 3
static/styles/global.css View File

@@ -518,13 +518,11 @@ tr.torrent .bookmark>a:after {
.preview_wrapper {
position: relative;
display: inline-block;
width: 29%;
height: 120px;
width: 40%;
margin: 0 10px;
}
.preview_image {
display: block;
height: 80px;
cursor: pointer;
overflow: hidden;
}


Loading…
Cancel
Save