Browse Source

Size screenshots in edit form

undefined
spaghetti 6 years ago
committed by Tomochin
parent
commit
6844eded19
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      static/styles/global.css

+ 4
- 0
static/styles/global.css View File

@@ -940,3 +940,7 @@ input[type="search"] {
.hidden { .hidden {
display: none; display: none;
} }

form.edit_form[name=screenshots_form] input[type=text], form.edit_form[name=screenshots_form] img {
width: 400px;
}

Loading…
Cancel
Save