mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
9 lines
177 B
CSS
9 lines
177 B
CSS
.insert-image-container {
|
|
max-width: 100%;
|
|
border: 1px solid #eee;
|
|
padding: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
max-height: 365px;
|
|
} |