mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-08-21 13:11:25 +00:00
feat: option to create group in add to group modal
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<span v-if="text.length > visibleLimit && !showFullText">...</span>
|
||||
<button
|
||||
v-if="text.length > visibleLimit"
|
||||
class="block whitespace-normal font-semibold text-neutral-500 hover:underline"
|
||||
class="block whitespace-normal text-neutral-500 font-semibold hover:underline"
|
||||
@click="showFullText = !showFullText"
|
||||
>
|
||||
[{{ showFullText ? $t("actions.show_less") : $t("actions.show_more") }}]
|
||||
|
||||
Reference in New Issue
Block a user