setting-page: Make setting navs better.

This commit is contained in:
Akash Nimare
2018-03-07 21:00:30 +05:30
parent a47a0e3e90
commit 603ad7dfcd

View File

@@ -95,11 +95,13 @@ td:nth-child(odd) {
}
#sidebar {
width: 80px;
padding: 30px;
width: 150px;
min-width: 100px;
padding: 30px 30px 30px 35px;
display: flex;
flex-direction: column;
font-size: 16px;
background: #f2f2f2;
}
#nav-container {