1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00
Files
seahub/frontend/src/css/svg-file-view.css
Michael An 63e64f83df change empty tip title margin (#6614)
fix other css format
2024-08-22 14:59:00 +08:00

19 lines
261 B
CSS

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