diff --git a/app/renderer/css/main.css b/app/renderer/css/main.css index e04a6cdd7..a9cd0a291 100644 --- a/app/renderer/css/main.css +++ b/app/renderer/css/main.css @@ -155,7 +155,7 @@ body { .tab { position: relative; - margin: 2px 0; + margin: 2px 2px 0 0; cursor: pointer; display: flex; flex-direction: column; @@ -174,17 +174,15 @@ body { } .tab .server-tab { - width: 100%; - height: 35px; position: relative; - margin-top: 5px; + display:flex; z-index: 11; line-height: 31px; color: rgba(238, 238, 238, 1); text-align: center; overflow: hidden; opacity: 0.6; - padding: 6px 0; + padding: 11px; } .server-tab .alt-icon { @@ -192,7 +190,7 @@ body { font-weight: 600; font-size: 22px; border: 2px solid rgba(34, 44, 49, 1); - margin-left: 17%; + margin-left: 37%; width: 35px; border-radius: 4px; } @@ -466,4 +464,4 @@ webview.focus { overflow: hidden; opacity: 1; } -} +} \ No newline at end of file