diff --git a/components-diy/css/common-channel.scss b/components-diy/css/common-channel.scss index d9b9a85..8ccece8 100644 --- a/components-diy/css/common-channel.scss +++ b/components-diy/css/common-channel.scss @@ -71,13 +71,13 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); + display: flex; + align-items: center; + justify-content: center; width: var(--channel-play-btn-size); height: var(--channel-play-btn-size); background-color: var(--channel-play-btn-bg); border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; .play-icon { width: var(--channel-play-btn-icon-size); diff --git a/components-diy/diy-channel-list.vue b/components-diy/diy-channel-list.vue index d92584f..0f0da6f 100644 --- a/components-diy/diy-channel-list.vue +++ b/components-diy/diy-channel-list.vue @@ -1,15 +1,18 @@