mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01:00
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 {
|
||||
border-radius: 3px;
|
||||
}
|
||||
&.cover {
|
||||
height: 192px;
|
||||
width: 120px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
// System wide notifications
|
||||
|
Loading…
Reference in New Issue
Block a user