Skip to content

Commit 17f5471

Browse files
Merge pull request #19 from mctekk/feat/clickable-header
scope styles
2 parents 2b55bb4 + e3aa32b commit 17f5471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/chat/profile-image.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export default {
1919
};
2020
</script>
2121

22-
<style lang="scss">
22+
<style lang="scss" scoped>
2323
.profile-image__container {
24-
height: 30px;
25-
width: 30px;
24+
height: 35px;
25+
width: 35px;
2626
background: whitesmoke;
2727
border-radius: 50%;
2828
margin-left: 15px;

0 commit comments

Comments
 (0)