1
0
Эх сурвалжийг харах

[add][Refs #9] author img radius

B Thibault 8 жил өмнө
parent
commit
a88c8e7c78
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      srv/public/style.css

+ 1 - 1
srv/public/style.css

@@ -41,7 +41,7 @@ body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; }
 .slackmsg-item:hover { background: #F9F9F9; }
 .slackmsg-content { display: inline-block; }
 .slackmsg-author { display: inline-block; }
-.slackmsg-author-img { max-height: 36px; max-width: 36px; margin-right: 10px; }
+.slackmsg-author-img { max-height: 36px; max-width: 36px; margin-right: 10px; border-radius: 3px; }
 .slackmsg-author-name { display: block; font-style: italic; font-weight: bold; }
 .slackmsg-msg { display: inline-block; vertical-align: top; }
 .slackmsg-reactions:empty,.slackmsg-attachments:empty { display: none; }