Yuki Takei 8 лет назад
Родитель
Сommit
95d33d3df0

+ 1 - 1
public/images/user.svg

@@ -1 +1 @@
-<svg x="0" y="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="64" height="64" style="fill: rgb(204, 204, 204);"><g fill="none" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="sans-serif" font-weight="none" font-size="none" text-anchor="start" mix-blend-mode="normal"><g><g><path d="M0,24l0,-24l24,0l0,24z" fill="none" font-weight="normal" font-size="12"/><path d="M0,24l0,-24l24,0l0,24z" fill="#f0f0f0" font-weight="normal" font-size="12"/><g id="user" fill="#cccccc" font-weight="400" font-size="16"><path d="M17,9c0,-1.38 -0.56,-2.63 -1.464,-3.535c-0.906,-0.905 -2.156,-1.465 -3.536,-1.465c-1.38,0 -2.63,0.56 -3.536,1.465c-0.904,0.905 -1.464,2.155 -1.464,3.535c0,1.38 0.56,2.63 1.464,3.535c0.906,0.905 2.156,1.465 3.536,1.465c1.38,0 2.63,-0.56 3.536,-1.465c0.904,-0.905 1.464,-2.155 1.464,-3.535z M6,19c0,1 2.25,2 6,2c3.518,0 6,-1 6,-2c0,-2 -2.354,-4 -6,-4c-3.75,0 -6,2 -6,4z"/></g></g></g></g></svg>
+<svg x="0" y="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="64" height="64" style="fill: rgb(204, 204, 204);"><g fill="none" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="sans-serif" font-weight="none" font-size="none" text-anchor="start" mix-blend-mode="normal"><g><g><path d="M0,24l0,-24l24,0l0,24z" fill="none" font-weight="normal" font-size="12"/><path d="M0,24l0,-24l24,0l0,24z" fill="#f0f2f6" font-weight="normal" font-size="12"/><g id="user" fill="#cccccc" font-weight="400" font-size="16"><path d="M17,9c0,-1.38 -0.56,-2.63 -1.464,-3.535c-0.906,-0.905 -2.156,-1.465 -3.536,-1.465c-1.38,0 -2.63,0.56 -3.536,1.465c-0.904,0.905 -1.464,2.155 -1.464,3.535c0,1.38 0.56,2.63 1.464,3.535c0.906,0.905 2.156,1.465 3.536,1.465c1.38,0 2.63,-0.56 3.536,-1.465c0.904,-0.905 1.464,-2.155 1.464,-3.535z M6,19c0,1 2.25,2 6,2c3.518,0 6,-1 6,-2c0,-2 -2.354,-4 -6,-4c-3.75,0 -6,2 -6,4z"/></g></g></g></g></svg>

+ 0 - 6
resource/styles/scss/_attachments.scss

@@ -6,12 +6,6 @@
 .page-attachments, .page-meta {
   font-size: 0.95em;
 
-  .picture {
-    width: 16px;
-    height: 16px;
-    border: 1px solid #ccc;
-  }
-
   .attachment-in-use {
     margin: 0 0 0 4px;
     padding: 1px 5px;

+ 1 - 0
resource/styles/scss/crowi-sidebar.scss

@@ -30,6 +30,7 @@
       img {
         width: 48px;
         height: 48px;
+        border: 1px solid #ccc;
       }
     }
     .creator {

+ 4 - 4
resource/styles/scss/crowi.scss

@@ -162,12 +162,12 @@ input.searching {
     height: 24px;
   }
   &.picture-sm {
-    width: 16px;
-    height: 16px;
+    width: 18px;
+    height: 18px;
   }
   &.picture-xs {
-    width: 12px;
-    height: 12px;
+    width: 14px;
+    height: 14px;
   }
 }