Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions resources/assets/sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {

.image-manager-sidebar {
width: 300px;
margin-left: 1px;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this was there. Adds a bit of gap which I think doesn't look very good.

overflow-y: auto;
overflow-x: hidden;
border-left: 1px solid #DDD;
Expand Down Expand Up @@ -524,8 +523,8 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
font-size: 12px;
line-height: 1.2;
top: 88px;
left: -26px;
width: 148px;
left: -12px;
width: 160px;
background: $negative;
padding: $-xs;
color: white;
Expand All @@ -535,7 +534,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
content: '';
position: absolute;
top: -6px;
left: 64px;
left: 52px;
width: 0;
height: 0;
border-left: 6px solid transparent;
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'url' => 'The :attribute format is invalid.',
'is_image' => 'The :attribute must be a valid image.',

// Custom validation lines
'custom' => [
Expand Down