1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00
Files
seahub/frontend/src/css/insert-repo-image-dialog.css

9 lines
177 B
CSS
Raw Normal View History

2019-04-18 16:42:27 +08:00
.insert-image-container {
max-width: 100%;
border: 1px solid #eee;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
max-height: 365px;
}