mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
17 lines
276 B
CSS
17 lines
276 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%;
|
||
|
}
|