{{template "repo/header" .}}
{{template "base/alert" .}} - {{template "repo/sub_menu_release_tag" .}} - -
- + {{template "repo/release_tag_header" .}}

{{svg "octicon-tag" 16 "gt-mr-2"}}{{.locale.Tr "repo.release.tags"}}

- {{$canReadReleases := $.Permission.CanRead $.UnitTypeReleases}} -
diff --git a/web_src/css/base.css b/web_src/css/base.css index c33acbe9c4..aa86d140fe 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -364,6 +364,12 @@ a.label, text-decoration: none !important; } +/* for most cases, we only use our svg icon as inline icon, so we need to make them inline-block and vertical-align: middle */ +svg.svg { + display: inline-block; + vertical-align: middle; +} + .ui.red.labels .label, .ui.ui.ui.red.label, .ui.red.button, diff --git a/web_src/css/organization.css b/web_src/css/organization.css index 25d4940fe5..1b10ba157e 100644 --- a/web_src/css/organization.css +++ b/web_src/css/organization.css @@ -112,11 +112,6 @@ margin-bottom: 0; } -.organization.profile #org-info .ui.header .org-visibility .label { - margin-left: 5px; - margin-top: 2px; -} - .organization.profile #org-info .desc { font-size: 16px; margin-bottom: 10px; diff --git a/web_src/js/components/RepoBranchTagSelector.vue b/web_src/js/components/RepoBranchTagSelector.vue index 38a375aa85..f02918da9a 100644 --- a/web_src/js/components/RepoBranchTagSelector.vue +++ b/web_src/js/components/RepoBranchTagSelector.vue @@ -39,7 +39,7 @@