Skip to content

Commit 603ad7d

Browse files
committed
setting-page: Make setting navs better.
1 parent a47a0e3 commit 603ad7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/renderer/css/preference.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ td:nth-child(odd) {
9595
}
9696

9797
#sidebar {
98-
width: 80px;
99-
padding: 30px;
98+
width: 150px;
99+
min-width: 100px;
100+
padding: 30px 30px 30px 35px;
100101
display: flex;
101102
flex-direction: column;
102103
font-size: 16px;
104+
background: #f2f2f2;
103105
}
104106

105107
#nav-container {

0 commit comments

Comments
 (0)