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 { .preview_wrapper {
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 29%;
height: 120px;
width: 40%;
margin: 0 10px; margin: 0 10px;
} }
.preview_image { .preview_image {
display: block; display: block;
height: 80px;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
} }


Loading…
Cancel
Save