mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 05:50:22 +00:00
Tweak connection error spacing
This commit is contained in:
parent
a4ec875c87
commit
2b653a30d6
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue