aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/talk-bubble.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/stylesheets/scss/talk-bubble.scss')
-rw-r--r--resources/assets/stylesheets/scss/talk-bubble.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/talk-bubble.scss b/resources/assets/stylesheets/scss/talk-bubble.scss
index bc44600..380fb6d 100644
--- a/resources/assets/stylesheets/scss/talk-bubble.scss
+++ b/resources/assets/stylesheets/scss/talk-bubble.scss
@@ -8,6 +8,13 @@ $ownColor: var(--petrol-40);
.talk-bubble-avatar {
padding: 8px;
+ width: 40px;
+ height: 40px;
+
+ img {
+ width: 100%;
+ height: 100%;
+ }
}
.talk-bubble {
@@ -136,4 +143,4 @@ $ownColor: var(--petrol-40);
flex-direction: row-reverse;
}
}
-} \ No newline at end of file
+}