Просмотр исходного кода

Merge pull request #2998 from weseek/feat/gw-4268-adjust-posision-user-icon-in-page-list

set vertical-align to picture of list
Yuki Takei 5 лет назад
Родитель
Сommit
b1b7bdd0f9

+ 4 - 0
src/client/styles/scss/_attachments.scss

@@ -48,3 +48,7 @@
     }
   }
 }
+
+.attachment-userpicture .picture {
+  vertical-align: text-bottom;
+}

+ 1 - 0
src/client/styles/scss/_page_list.scss

@@ -25,6 +25,7 @@ body .page-list {
     .picture {
       width: 16px;
       height: 16px;
+      vertical-align: text-bottom;
     }
 
     .page-list-meta {