Slightly reduce sidebar width to have more room for content

This commit is contained in:
Giuseppe Criscione 2018-10-12 14:58:30 +02:00
parent f990a9f8ae
commit 79a4f0a769
5 changed files with 7 additions and 7 deletions

View File

@ -643,7 +643,7 @@ textarea:focus {
.main {
margin: 1.875rem;
margin-top: 4.5rem;
margin-left: 16.875rem; } }
margin-left: 15.875rem; } }
.logo,
.caption,
@ -2124,7 +2124,7 @@ label {
left: 0;
z-index: 8;
padding: 1rem 1.5rem;
width: 15rem;
width: 14rem;
background: linear-gradient(to bottom, #fcfcfc 0%, #f9f9f9 100%);
background-color: #fcfcfc;
box-shadow: rgba(240, 240, 240, 0.25) 1px 0 9px 3px; }
@ -2314,7 +2314,7 @@ label {
white-space: nowrap; }
@media (min-width: 768px) {
.title-bar {
left: 15rem;
left: 14rem;
padding-left: 1.5rem; } }
.panel-title {

File diff suppressed because one or more lines are too long

View File

@ -91,7 +91,7 @@ img {
@media (min-width: map-get($responsive-breakpoints, 's')) {
margin: 1.875rem;
margin-top: 4.5rem;
margin-left: 16.875rem;
margin-left: 15.875rem;
}
}

View File

@ -5,7 +5,7 @@
left: 0;
z-index: 8;
padding: 1rem 1.5rem;
width: 15rem;
width: 14rem;
background: linear-gradient(to bottom, #fcfcfc 0%, #f9f9f9 100%);
background-color: #fcfcfc;
box-shadow: rgba(240, 240, 240, 0.25) 1px 0 9px 3px;

View File

@ -12,7 +12,7 @@
@include user-select-none;
@include ellipsis;
@media (min-width: map-get($responsive-breakpoints, 's')) {
left: 15rem;
left: 14rem;
padding-left: 1.5rem;
}
}