Commit d19bf6cc authored by NGPixel's avatar NGPixel

fix: hide comment count (wip)

parent 7a946ec0
...@@ -94,16 +94,16 @@ ...@@ -94,16 +94,16 @@
.pa-5 .pa-5
.overline.pb-2.blue-grey--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : `text--darken-2`') .overline.pb-2.blue-grey--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : `text--darken-2`')
span Talk span Talk
v-spacer //- v-spacer
v-chip.text-center( //- v-chip.text-center(
v-if='!commentsExternal' //- v-if='!commentsExternal'
label //- label
x-small //- x-small
:color='$vuetify.theme.dark ? `blue-grey darken-3` : `blue-grey darken-2`' //- :color='$vuetify.theme.dark ? `blue-grey darken-3` : `blue-grey darken-2`'
dark //- dark
style='min-width: 50px; justify-content: center;' //- style='min-width: 50px; justify-content: center;'
) //- )
span {{commentsCount}} //- span {{commentsCount}}
.d-flex .d-flex
v-btn.text-none( v-btn.text-none(
@click='goToComments()' @click='goToComments()'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment