[all] fix bug 54037
This commit is contained in:
parent
539f3d6fda
commit
c1a80a7f74
|
@ -1,12 +1,5 @@
|
|||
<svg fill="none" height="96" viewBox="0 0 96 96" width="96" xmlns="http://www.w3.org/2000/svg">
|
||||
<symbol id="svg-format-blank">
|
||||
<g clip-path="url(#clip0)">
|
||||
<path d="M94 9.5C94.8284 9.5 95.5 10.1716 95.5 11L95.5 85C95.5 85.8284 94.8284 86.5 94 86.5L2 86.5C1.17157 86.5 0.499997 85.8284 0.499997 85L0.5 11C0.5 10.1716 1.17158 9.5 2 9.5L94 9.5Z" fill="white" stroke="#BFBFBF"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0">
|
||||
<rect width="96" height="96" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</symbol>
|
||||
</svg>
|
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 370 B |
|
@ -200,6 +200,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
margin: 12px 12px 0px 12px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
@ -234,6 +234,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
margin: 12px 12px 0px 12px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
@ -302,6 +302,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
margin: 12px 12px 0px 12px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Reference in a new issue