Skip to content

Commit

Permalink
Fixes zulip#862
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveepsita committed Apr 1, 2023
1 parent ca693cf commit d4d9259
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions app/renderer/css/network.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,48 @@ body {
}

#title {
text-align: left;
text-align: center;
font-size: 24px;
font-weight: bold;
margin: 20px 0;
}

#subtitle {
font-size: 20px;
text-align: left;
text-align: center;
margin: 12px 0;
}

#description {
text-align: left;
font-size: 16px;
list-style-position: inside;
width: 400px;
margin: 0 auto;
}

#reconnect {
float: left;
-ms-transform: translateX(460%);
transform: translateX(460%);
margin: 20px;
text-align: center
}

#settings {
margin: 20px;
margin-left: 116px;
-ms-transform: translateX(490%);
transform: translateX(490%);
text-align: left;
}

.button {
font-size: 16px;
background: rgb(0 150 136 / 100%);
color: rgb(255 255 255 / 100%);
width: 96px;
height: 32px;
width: 100px;
height: 36px;
border-radius: 5px;
line-height: 32px;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="content">
<div id="picture"><img src="img/zulip_network.png" /></div>
<div id="title">We can't connect to this organization</div>
<div id="subtitle">This could be because</div>
<div id="subtitle">This could be because: </div>
<ul id="description">
<li>You're not online or your proxy is misconfigured.</li>
<li>There is no Zulip organization hosted at this URL.</li>
Expand Down

0 comments on commit d4d9259

Please sign in to comment.