Click server name in settings to show webview.

This commit is contained in:
Zhongyi Tong
2017-08-04 13:04:43 +08:00
parent 289417e5a9
commit d25d71cb91
4 changed files with 22 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ img.server-info-icon {
.server-info-alias {
font-weight: bold;
cursor: pointer;
}
.server-info-url {
@@ -224,4 +225,10 @@ img.server-info-icon {
.code {
font-family: Courier New, Courier, monospace;
}
i.open-tab-button {
padding: 0 5px;
font-size: 18px;
cursor: pointer;
}