diff --git a/web/TODO.md b/web/TODO.md index 00d74b6b..d2a48ea9 100644 --- a/web/TODO.md +++ b/web/TODO.md @@ -1,14 +1,9 @@ major features: - improve design - - disable inputs for guests - - hide reply links for guests - check mobile ui - add icons for social networks - - remove grey avatars 'cause we have default img - 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) - edit comment - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` - add description of web part to readme diff --git a/web/app/components/comment/__avatar/comment__avatar.scss b/web/app/components/comment/__avatar/comment__avatar.scss index 44e08462..124aeaa5 100644 --- a/web/app/components/comment/__avatar/comment__avatar.scss +++ b/web/app/components/comment/__avatar/comment__avatar.scss @@ -8,5 +8,4 @@ height: $avatarSize; margin-right: $avatarOffset; border-radius: 4px; - background: #eee; }