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 {
|
.sidebar {
|
||||||
width: 32%;
|
width: 32%;
|
||||||
max-width: 353px;
|
max-width: 300px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: white;
|
background: white;
|
||||||
border-right: 1px solid #e6e6e6;
|
border-right: 1px solid #e6e6e6;
|
||||||
|
@ -2166,7 +2166,7 @@ footer {
|
||||||
|
|
||||||
.NavBarAdmin.sidebar {
|
.NavBarAdmin.sidebar {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
width: 270px;
|
width: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-stacked > li + li {
|
.nav-stacked > li + li {
|
||||||
|
|
Loading…
Reference in a new issue