style: manually edit the reply svg a bit
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
dac473e9fb
commit
a146eb001a
1 changed files with 3 additions and 7 deletions
|
@ -4,14 +4,10 @@
|
||||||
:editing.sync="props.editing" :replying-to.sync="props.replyingTo">
|
:editing.sync="props.editing" :replying-to.sync="props.replyingTo">
|
||||||
<div v-if="props.replyMessage" class="message-reply-svg">
|
<div v-if="props.replyMessage" class="message-reply-svg">
|
||||||
<svg
|
<svg
|
||||||
width="1.5em"
|
width="1.5em" height="1.5em"
|
||||||
height="1.5em"
|
viewBox="0 0 150 87.5" version="1.1" id="svg1"
|
||||||
viewBox="0 0 151.14355 87.562065"
|
|
||||||
version="1.1"
|
|
||||||
id="svg1"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
style="overflow: visible;">
|
style="overflow: visible;">
|
||||||
|
<defs id="defs1" />
|
||||||
<defs
|
<defs
|
||||||
id="defs1" />
|
id="defs1" />
|
||||||
<g
|
<g
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue