mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-21 22:36:05 +08:00
Converted image-manager to be component/HTML based
Instead of vue based.
This commit is contained in:
@ -121,6 +121,11 @@ body.flexbox {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flex-container-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex {
|
||||
min-height: 0;
|
||||
flex: 1;
|
||||
|
Reference in New Issue
Block a user