diff --git a/src/pages/stream/stream.scss b/src/pages/stream/stream.scss index f7c0e62..82c216c 100644 --- a/src/pages/stream/stream.scss +++ b/src/pages/stream/stream.scss @@ -1,12 +1,15 @@ page-stream { .item-md ion-avatar img { border-radius: 0; + background-color: #e9e9e9; } .item-wp ion-avatar img { border-radius: 0; + background-color: #e9e9e9; } .item-ios ion-avatar img { border-radius: 0; + background-color: #e9e9e9; } } modal-newpost { diff --git a/src/pages/thread/thread.scss b/src/pages/thread/thread.scss index ab0d8a2..cad6f48 100644 --- a/src/pages/thread/thread.scss +++ b/src/pages/thread/thread.scss @@ -1,3 +1,14 @@ page-thread { - + .item-md ion-avatar img { + border-radius: 0; + background-color: #e9e9e9; + } + .item-wp ion-avatar img { + border-radius: 0; + background-color: #e9e9e9; + } + .item-ios ion-avatar img { + border-radius: 0; + background-color: #e9e9e9; + } }