diff --git a/css/common.css b/css/common.css index 04bcee6..6b02e45 100644 --- a/css/common.css +++ b/css/common.css @@ -123,7 +123,8 @@ body { color: #7f7f7f; margin-right: 10px; margin-bottom: 10px; - flex-wrap: wrap; + display: flex; + align-items: center; } .tag .tag-item.gray { background-color: #333333; diff --git a/css/common.less b/css/common.less index b34bcfe..aac9491 100644 --- a/css/common.less +++ b/css/common.less @@ -139,7 +139,9 @@ body { color: #7f7f7f; margin-right: 10px; margin-bottom: 10px; - flex-wrap: wrap; + // flex-wrap: wrap; + display: flex; + align-items: center; &.gray { background-color: rgba(51, 51, 51, 1); color: #ffffff;