mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
Slightly reduce sidebar width to have more room for content
This commit is contained in:
parent
f990a9f8ae
commit
79a4f0a769
@ -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 {
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user