mirror of https://github.com/chaitin/PandaWiki.git
Compare commits
3 Commits
1fa3ca074f
...
dae58832cc
| Author | SHA1 | Date |
|---|---|---|
|
|
dae58832cc | |
|
|
3032384457 | |
|
|
50ed0c6794 |
|
|
@ -707,6 +707,7 @@ const AiQaContent: React.FC<{
|
||||||
alt='logo'
|
alt='logo'
|
||||||
width={46}
|
width={46}
|
||||||
height={46}
|
height={46}
|
||||||
|
unoptimized
|
||||||
style={{
|
style={{
|
||||||
objectFit: 'contain',
|
objectFit: 'contain',
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -209,6 +209,7 @@ const SearchDocContent: React.FC<SearchDocContentProps> = ({
|
||||||
alt='logo'
|
alt='logo'
|
||||||
width={46}
|
width={46}
|
||||||
height={46}
|
height={46}
|
||||||
|
unoptimized
|
||||||
style={{
|
style={{
|
||||||
objectFit: 'contain',
|
objectFit: 'contain',
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue