Skip to content

Commit

Permalink
add light edge for audio btn
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Dec 15, 2023
1 parent 7882ce7 commit 49fe06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ function audio_fn_init() {
});
let parent_element = audio_component.parentElement; // 将buttonElement移动到audio_button的内部
audio_button.appendChild(audio_component);
buttonElement.style.cssText = 'border-color: #00ffe0;border-width: 2px; height: 25px;'
parent_element.remove();
audio_component.style.cssText = 'width: 250px;right: 0px;display: inline-flex;flex-flow: row-reverse wrap;place-content: stretch space-between;align-items: center;background-color: #ffffff00;';
}
Expand Down

0 comments on commit 49fe06e

Please sign in to comment.