mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01: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 {
|
||||
border-radius: 3px;
|
||||
}
|
||||
&.cover {
|
||||
height: 192px;
|
||||
width: 120px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
// System wide notifications
|
||||
@ -306,4 +301,10 @@ $btt-size: 40px;
|
||||
img {
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cover {
|
||||
height: 192px;
|
||||
width: 120px;
|
||||
border-radius: 3px;
|
||||
}
|
@ -21,7 +21,7 @@
|
||||
'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
|
||||
'currentId' => @isset($model) ? $model->image : 0,
|
||||
'name' => 'image',
|
||||
'imageClass' => 'avatar cover'
|
||||
'imageClass' => 'cover'
|
||||
])
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
Loading…
Reference in New Issue
Block a user