1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00
Files
seahub/frontend/src/css/svg-file-view.css

17 lines
276 B
CSS
Raw Normal View History

.svg-file-view {
position: relative;
text-align: center;
}
.svg-file-view:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
font-size: 0;
line-height: 0;
}
#svg-view {
max-width: 100%;
max-height: 100%;
}