1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-25 18:20:48 +00:00
seahub/frontend/src/css/seahub-io-dialog.css

13 lines
230 B
CSS
Raw Normal View History

.seahub-io-dialog .modal-body {
height: 142px;
display: flex;
flex-direction: column;
justify-content: center;
}
.seahub-io-dialog .modal-body .seahub-io-dialog-parsing-text {
text-align: center;
margin-top: 14px;
}