1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

insert iamge

This commit is contained in:
Michael An
2019-04-18 16:42:27 +08:00
parent 309aa08ce8
commit 2eb1e15b05
3 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.insert-image-container {
max-width: 100%;
border: 1px solid #eee;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
max-height: 365px;
}