style(home-components): update tailwind classes and clean up code
- replace legacy tailwind shorthand classes with modern bracket notation - remove unused CSS styles and imports from SharedVisual components - remove unused `mode` prop from MediaFrame.vue - fix trailing newline in shared stylesheet
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<div class="long-text-guide-card__action-label color-94A3B8 text-[11px] font-800">
|
||||
{{ activeItem.action.label }}
|
||||
</div>
|
||||
<div class="long-text-guide-card__map-card rounded-16 overflow-hidden">
|
||||
<div class="long-text-guide-card__map-card rounded-[16px] overflow-hidden">
|
||||
<div class="long-text-guide-card__map-image-wrap relative">
|
||||
<img class="long-text-guide-card__map-image w-full block" :src="activeItem.action.image"
|
||||
mode="aspectFill" />
|
||||
|
||||
Reference in New Issue
Block a user