48px → 24px user avatars

This commit is contained in:
igoradamenko
2018-02-24 21:26:15 +02:00
parent 1fcf98fc13
commit 1da6ef1287
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -10,7 +10,6 @@ major features:
- add time format 'X hours ago'
- use static buttons 'reply', 'pin', etc instead of dynamic
- maybe we should change layout: vote buttons | avatar | info; info: (top: name, points, time), (center: text), (bottom: controls)
- 48px avatar → 24px
- fix serif font in pinned comments and in auth panel
- edit comment
- `PUT /api/v1/comment/{id}?site=site-id&url=post-url`
@@ -2,8 +2,8 @@
flex-shrink: 0;
flex-grow: 0;
display: inline-block;
width: 48px;
height: 48px;
width: 24px;
height: 24px;
margin-right: 8px;
border-radius: 4px;
background: #eee;