mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
settings: UI fixes in general settings.
This commit is contained in:
@@ -111,7 +111,7 @@ td:nth-child(odd) {
|
||||
}
|
||||
|
||||
.nav {
|
||||
padding: 5px 0;
|
||||
padding: 7px 0;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -340,12 +340,13 @@ img.server-info-icon {
|
||||
display: inline-block;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
width: 110px;
|
||||
width: 100px;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
transition: background-color 0.2s ease;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.green:hover {
|
||||
@@ -353,8 +354,8 @@ img.server-info-icon {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.w-200 {
|
||||
width: 200px;
|
||||
.w-150 {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.grey {
|
||||
|
||||
@@ -123,7 +123,7 @@ class GeneralSection extends BaseSection {
|
||||
<div class="setting-row" id="resetdata-option">
|
||||
<div class="setting-description">This will delete all application data including all added accounts and preferences
|
||||
</div>
|
||||
<button class="reset-data-button green w-200">Reset App Data</button>
|
||||
<button class="reset-data-button green w-150">Reset App Data</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -39,7 +39,6 @@ class NetworkSection extends BaseSection {
|
||||
</div>
|
||||
<div class="setting-row">
|
||||
<div class="action green" id="proxy-save-action">
|
||||
<i class="material-icons">check_box</i>
|
||||
<span>Save</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user