mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 20:19:12 +08:00
Removed avatar class from form.blade.php
This commit is contained in:
parent
afc1ecafe9
commit
7f8351e044
|
@ -63,11 +63,6 @@ body.dragging, body.dragging * {
|
||||||
&.square {
|
&.square {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
&.cover {
|
|
||||||
height: 192px;
|
|
||||||
width: 120px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// System wide notifications
|
// System wide notifications
|
||||||
|
@ -307,3 +302,9 @@ $btt-size: 40px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cover {
|
||||||
|
height: 192px;
|
||||||
|
width: 120px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
|
@ -21,7 +21,7 @@
|
||||||
'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
|
'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
|
||||||
'currentId' => @isset($model) ? $model->image : 0,
|
'currentId' => @isset($model) ? $model->image : 0,
|
||||||
'name' => 'image',
|
'name' => 'image',
|
||||||
'imageClass' => 'avatar cover'
|
'imageClass' => 'cover'
|
||||||
])
|
])
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user