1. Thumbnail size when creating or editing book.
This commit is contained in:
parent
24ee78ccd8
commit
e919cab3d1
|
@ -63,6 +63,11 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue