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>
<div <div
v-if="this.$root.currentUserVisibleError" v-if="this.$root.currentUserVisibleError"
id="connection-error" id="user-visible-error"
@click="hideUserVisibleError">{{ this.$root.currentUserVisibleError }}</div> @click="hideUserVisibleError">{{ this.$root.currentUserVisibleError }}</div>
<span id="upload-progressbar" /> <span id="upload-progressbar" />
<ChatInput <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; align-items: flex-end;
} }
#connection-error { #user-visible-error {
font-size: 12px; font-size: 14px;
line-height: 36px; line-height: 1.5;
font-weight: bold; font-weight: 600;
letter-spacing: 1px; padding: 10px;
word-spacing: 3px; word-spacing: 3px;
text-transform: uppercase; text-transform: uppercase;
background: #e74c3c; background: #e74c3c;