Commit 0bf4e568ea3accebbcafa7be1f74a15b672ae31a

Authored by Dmitriy Zaporozhets
1 parent ec8628fa

Use same avatar size for all event rows

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
... ... @@ -37,8 +37,8 @@
37 37  
38 38 &.event-inline {
39 39 .avatar {
40   - width: 16px;
41   - height: 16px;
  40 + position: relative;
  41 + top: -2px;
42 42 }
43 43 }
44 44  
... ...