Small adjustment to sidebar width.
This commit is contained in:
parent
e08a070617
commit
29e6b81bb6
1 changed files with 2 additions and 2 deletions
|
@ -2152,7 +2152,7 @@ footer {
|
|||
|
||||
.sidebar {
|
||||
width: 32%;
|
||||
max-width: 353px;
|
||||
max-width: 300px;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
|
@ -2166,7 +2166,7 @@ footer {
|
|||
|
||||
.NavBarAdmin.sidebar {
|
||||
padding-top: 1px;
|
||||
width: 270px;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.nav-stacked > li + li {
|
||||
|
|
Loading…
Reference in a new issue