mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
19 lines
261 B
CSS
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%;
|
|
}
|