mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Use native tag sizeing
This commit is contained in:
parent
e048771125
commit
912ff6f645
@ -59,8 +59,9 @@
|
|||||||
<ds-icon name="comments" />
|
<ds-icon name="comments" />
|
||||||
<ds-tag
|
<ds-tag
|
||||||
v-if="post.commentsCount"
|
v-if="post.commentsCount"
|
||||||
style="transform: scale(.8); margin-top: -4px; margin-left: -12px; position: absolute;"
|
style="margin-top: -4px; margin-left: -12px; position: absolute;"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
size="small"
|
||||||
round
|
round
|
||||||
>
|
>
|
||||||
{{ post.commentsCount }}
|
{{ post.commentsCount }}
|
||||||
|
|||||||
@ -209,8 +209,9 @@ Here we apply a section footer without margin
|
|||||||
<div slot="footer" class="no-margin">
|
<div slot="footer" class="no-margin">
|
||||||
<ds-icon name="comments" />
|
<ds-icon name="comments" />
|
||||||
<ds-tag
|
<ds-tag
|
||||||
style="transform: scale(.8); margin-top: -4px; margin-left: -7px; position: absolute;"
|
style="margin-top: -4px; margin-left: -7px; position: absolute;"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
size="small"
|
||||||
round>
|
round>
|
||||||
2
|
2
|
||||||
</ds-tag>
|
</ds-tag>
|
||||||
@ -226,8 +227,9 @@ Here we apply a section footer without margin
|
|||||||
<div slot="footer" class="no-margin">
|
<div slot="footer" class="no-margin">
|
||||||
<ds-icon name="comments" />
|
<ds-icon name="comments" />
|
||||||
<ds-tag
|
<ds-tag
|
||||||
style="transform: scale(.8); margin-top: -4px; margin-left: -7px; position: absolute;"
|
style="margin-top: -4px; margin-left: -7px; position: absolute;"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
size="small"
|
||||||
round>
|
round>
|
||||||
34
|
34
|
||||||
</ds-tag>
|
</ds-tag>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user