Tweak connection error spacing

This commit is contained in:
Pavel Djundik 2018-10-16 13:21:16 +03:00
parent a4ec875c87
commit 2b653a30d6
2 changed files with 6 additions and 6 deletions

View file

@ -74,7 +74,7 @@
</div>
<div
v-if="this.$root.currentUserVisibleError"
id="connection-error"
id="user-visible-error"
@click="hideUserVisibleError">{{ this.$root.currentUserVisibleError }}</div>
<span id="upload-progressbar" />
<ChatInput

View file

@ -1961,11 +1961,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
align-items: flex-end;
}
#connection-error {
font-size: 12px;
line-height: 36px;
font-weight: bold;
letter-spacing: 1px;
#user-visible-error {
font-size: 14px;
line-height: 1.5;
font-weight: 600;
padding: 10px;
word-spacing: 3px;
text-transform: uppercase;
background: #e74c3c;