mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Display info in network status when unlinked
When we can't connect due to being unlinked, network status indicator will show an appropriate informational message and a button to open the installer window to relink. // FREEBIE
This commit is contained in:
@@ -49,6 +49,16 @@
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
}
|
||||
.action {
|
||||
button {
|
||||
border-radius: $border-radius;
|
||||
border: solid 1px #ccc;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
color: white;
|
||||
background: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -763,6 +763,13 @@ img.emoji {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
padding: 0.5em 0; }
|
||||
.network-status-container .network-status .action button {
|
||||
border-radius: 5px;
|
||||
border: solid 1px #ccc;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
color: white;
|
||||
background: #2090ea; }
|
||||
|
||||
.conversation-stack {
|
||||
padding-left: 300px; }
|
||||
|
||||
Reference in New Issue
Block a user