diff --git a/tailwind.config.js b/tailwind.config.js index d783268bd7..e2e8f23656 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -55,5 +55,16 @@ export default { current: 'currentcolor', transparent: 'transparent', }, + borderRadius: { + 'none': '0', + 'sm': '2px', + 'DEFAULT': 'var(--border-radius)', // 4px + 'md': 'var(--border-radius-medium)', // 6px + 'lg': '8px', + 'xl': '12px', + '2xl': '16px', + '3xl': '24px', + 'full': 'var(--border-radius-circle)', // 50% + }, }, }; diff --git a/templates/devtest/flex-list.tmpl b/templates/devtest/flex-list.tmpl index c8584c110b..0c7b27cd84 100644 --- a/templates/devtest/flex-list.tmpl +++ b/templates/devtest/flex-list.tmpl @@ -104,7 +104,7 @@
loading ...
loading ...
loading ...
diff --git a/templates/org/header.tmpl b/templates/org/header.tmpl index 943557b1ca..1a55101c2e 100644 --- a/templates/org/header.tmpl +++ b/templates/org/header.tmpl @@ -7,7 +7,7 @@ {{if .Org.Visibility.IsLimited}}{{ctx.Locale.Tr "org.settings.visibility.limited_shortname"}}{{end}} {{if .Org.Visibility.IsPrivate}}{{ctx.Locale.Tr "org.settings.visibility.private_shortname"}}{{end}} - + {{if .EnableFeed}} {{svg "octicon-rss" 24}} diff --git a/templates/repo/issue/filter_list.tmpl b/templates/repo/issue/filter_list.tmpl index f9f635f7cd..c95ce6b2b8 100644 --- a/templates/repo/issue/filter_list.tmpl +++ b/templates/repo/issue/filter_list.tmpl @@ -43,7 +43,7 @@ {{end}} {{end}} {{RenderLabel $.Context .}} -{{template "repo/issue/labels/label_archived" .}}
+{{template "repo/issue/labels/label_archived" .}}
{{end}}