modified on Pad

This commit is contained in:
2024-09-20 14:21:55 +02:00
parent 6ae7168e87
commit b641f92960
2 changed files with 11 additions and 1 deletions

View File

@@ -280,4 +280,4 @@ window.ap_init = ap_init;
window.initWidget = initWidget;
console.log('\n' + ' %c Live2D with Music Player' + ' %c https://github.com/crowya/live2d ' + '\n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');
console.log('\n' + ' %c Live2D with Music Player' + ' %c https://github.com/buriburizaem0n/live2d ' + '\n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');

View File

@@ -126,6 +126,16 @@
color: #0684bd; /* #34495e */
}
/* 当用户点击时(:active让工具栏可见 */
#waifu:active #waifu-tool {
opacity: 1; /* 显示工具栏 */
}
/* 保持触摸激活后工具栏显示出来(使用 :focus-within */
#waifu:focus-within #waifu-tool {
opacity: 1; /* 工具栏保持显示 */
}
@keyframes shake {
2% {
transform: translate(.5px, -1.5px) rotate(-.5deg);