浏览代码

Videomaker: Increase tags border radius (#5043)

Closes #5041
Daniel Dudzic 3 年之前
父节点
当前提交
0bbe3726bb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      videomaker/assets/theme.css
  2. 1 1
      videomaker/sass/blocks/_post-terms.scss

+ 1 - 1
videomaker/assets/theme.css

@@ -152,7 +152,7 @@ footer > .wp-block-group .footer-credit {
 
 .post-tags-container .taxonomy-post_tag.wp-block-post-terms a {
 	background: var(--wp--custom--color--tertiary);
-	border-radius: 20px;
+	border-radius: 100px;
 	font-weight: 600;
 	padding: 10px 20px;
 }

+ 1 - 1
videomaker/sass/blocks/_post-terms.scss

@@ -6,7 +6,7 @@
 
 		a {
 			background: var(--wp--custom--color--tertiary);
-			border-radius: 20px;
+			border-radius: 100px;
 			font-weight: 600;
 			padding: 10px 20px;
 		}