From 5679ed9b3f4d923ead20a7c83c25f48b182cd7df Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 26 Apr 2022 14:44:36 +0300 Subject: [PATCH] Fine-tune preference sidebar styles Signed-off-by: Alex Andreev --- src/renderer/components/layout/setting-layout.scss | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/renderer/components/layout/setting-layout.scss b/src/renderer/components/layout/setting-layout.scss index 7e7ed325cb..244b88b3dc 100644 --- a/src/renderer/components/layout/setting-layout.scss +++ b/src/renderer/components/layout/setting-layout.scss @@ -34,7 +34,7 @@ .sidebar { width: 218px; - padding: 60px 0 60px 20px; + padding: 60px 10px 60px 20px; h2 { font-size: 15px; @@ -52,10 +52,6 @@ margin-right: 20px; height: 1px; border-top: thin solid var(--hrColor); - - &:first-child { - display: none; - } } .Tabs { @@ -63,7 +59,6 @@ padding: 6px 10px; font-size: 13px; font-weight: 800; - line-height: 16px; text-transform: uppercase; color: var(--textColorPrimary); @@ -76,14 +71,10 @@ padding: 6px 10px; margin-bottom: 2px; border-radius: 4px; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; font-size: 15px; line-height: 20px; cursor: pointer; - border-top-right-radius: 0; - border-bottom-right-radius: 0; + white-space: normal; &::after { content: none;