We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问如何将开启fixed模式的aplayer放到hexo博客的右下角,而不是固定的左下角
The text was updated successfully, but these errors were encountered:
.aplayer.aplayer-fixed { left: unset !important; color: #000; width: 100%; } .aplayer.aplayer-fixed .aplayer-body{ left: unset !important; width: 400px !important; max-width: calc(100% - 18px); padding-right: 0 !important; } .aplayer.aplayer-fixed .aplayer-miniswitcher { right: unset; left: -18px; transform: rotate(180deg); }
最近刚好我也有这个需求,这几条css加上好像就行了
Sorry, something went wrong.
No branches or pull requests
How do I put aplayer with fixed mode enabled in the lower-right corner of the hexo blog instead of the lower-left corner
请问如何将开启fixed模式的aplayer放到hexo博客的右下角,而不是固定的左下角
The text was updated successfully, but these errors were encountered: