diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-07 19:30:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-07 19:30:27 +0300 |
| commit | 529643d35acf10ce5d8793cd2d8309f5bd36d249 (patch) | |
| tree | 8f096734fc35602d891bbd980979a86e2ac2051e /src/components/chat_panel/chat_panel.vue | |
| parent | 94195024e649e6a370dcdea46b5f5d87c541fe59 (diff) | |
indents
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
| -rw-r--r-- | src/components/chat_panel/chat_panel.vue | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index fd997aa8..50bd0017 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -32,33 +32,33 @@ @import '../../_variables.scss'; .chat-window { - max-height: 200px; - overflow-y: auto; - overflow-x: hidden; + max-height: 200px; + overflow-y: auto; + overflow-x: hidden; } .chat-message { - padding: 0.2em 0.5em + padding: 0.2em 0.5em } .chat-avatar { - img { - height: 32px; - width: 32px; - border-radius: $fallback--avatarRadius; - border-radius: var(--avatarRadius, $fallback--avatarRadius); - margin-right: 0.5em; - } + img { + height: 32px; + width: 32px; + border-radius: $fallback--avatarRadius; + border-radius: var(--avatarRadius, $fallback--avatarRadius); + margin-right: 0.5em; + } } .chat-input { - display: flex; - form { - flex: auto; - input { - margin: 0.5em; - width: fill-available; - } + display: flex; + form { + flex: auto; + input { + margin: 0.5em; + width: fill-available; } + } } </style> |
