1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00
Files
seahub/frontend/src/css/insert-repo-image-dialog.css
2019-04-23 16:45:39 +08:00

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;
}