mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 15:31:18 -04:00
chore: improve tags styling on card (#431)
* chore: improve tags styling on card * chore: npm run build:css
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
{{- $height := 0 -}}
|
||||
{{- $imageStyle := .Get "imageStyle" -}}
|
||||
{{- $tag := .Get "tag" -}}
|
||||
{{- $tagColor := .Get "tagColor" -}}
|
||||
{{- $tagType := .Get "tagType" -}}
|
||||
|
||||
{{/* Image processing options */}}
|
||||
{{- $method := .Get "method" | default "Resize" | humanize -}}
|
||||
@ -51,6 +51,6 @@
|
||||
"height" $height
|
||||
"imageStyle" $imageStyle
|
||||
"tag" $tag
|
||||
"tagColor" $tagColor
|
||||
"tagType" $tagType
|
||||
)
|
||||
-}}
|
||||
|
Reference in New Issue
Block a user