mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-07 15:33:16 +00:00
setting-page: Make setting navs better.
This commit is contained in:
@@ -95,11 +95,13 @@ td:nth-child(odd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
width: 80px;
|
width: 150px;
|
||||||
padding: 30px;
|
min-width: 100px;
|
||||||
|
padding: 30px 30px 30px 35px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-container {
|
#nav-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user