mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 16:29:54 +08:00
style: add text-shadow to plugin card descriptions
This commit is contained in:
@@ -177,7 +177,7 @@ const dropdownItems = ref([
|
||||
{{ props.plugin?.plugin_name }}
|
||||
<span class="text-sm text-gray-200">v{{ props.plugin?.plugin_version }}</span>
|
||||
</VCardTitle>
|
||||
<VCardText class="text-white px-2">{{ props.plugin?.plugin_desc }}</VCardText>
|
||||
<VCardText class="text-white px-2 text-shadow">{{ props.plugin?.plugin_desc }}</VCardText>
|
||||
</div>
|
||||
<div class="flex-shrink-0 self-center">
|
||||
<VAvatar size="64">
|
||||
|
||||
@@ -415,7 +415,7 @@ watch(
|
||||
{{ props.plugin?.plugin_name }}
|
||||
<span class="text-sm mt-1 text-gray-200">v{{ props.plugin?.plugin_version }}</span>
|
||||
</VCardTitle>
|
||||
<VCardText class="px-2 text-white">
|
||||
<VCardText class="px-2 text-white text-shadow">
|
||||
{{ props.plugin?.plugin_desc }}
|
||||
</VCardText>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user