Browse Source

Better size for shop product images

Vova Tkach 5 years ago
parent
commit
9fcb6e7c41
3 changed files with 3 additions and 3 deletions
  1. 2 2
      assets/cp.styles.css
  2. 0 0
      assets/cp.styles.css.go
  3. 1 1
      consts/consts.go

+ 2 - 2
assets/cp.styles.css

@@ -1000,8 +1000,8 @@ ul.pagination {
 }
 
 #list-images .attached-img a img {
-	width: 100px;
-	height: 100px;
+	width: 84px;
+	height: 84px;
 }
 
 #upload-msg {

File diff suppressed because it is too large
+ 0 - 0
assets/cp.styles.css.go


+ 1 - 1
consts/consts.go

@@ -5,7 +5,7 @@ import (
 )
 
 const AssetsPath = "assets"
-const AssetsVersion = "45"
+const AssetsVersion = "46"
 const DirIndexFile = "index.html"
 
 // Bootstrap resources

Some files were not shown because too many files changed in this diff