Widget:KizunaAIFace:修订间差异

imported>=海豚=
无编辑摘要
imported>=海豚=
[InPageEdit] 没有编辑摘要 (编辑自Special:Diff/71822)
第18行: 第18行:
         KizunaAI.width(0).height(0).css({
         KizunaAI.width(0).height(0).css({
             position: "fixed",
             position: "fixed",
             "max-width": "30vw",
             "max-width": "50vw",
             "max-height": "30vh",
             "max-height": "50vh",
             right: "0",
             right: "0",
             bottom: "0",
             bottom: "0",
第29行: 第29行:
         temp.css({
         temp.css({
             "z-index": "-99999",
             "z-index": "-99999",
             top: "61vh",
             top: "81vh",
             left: "61vw",
             left: "81vw",
             position: "fixed",
             position: "fixed",
             width: "1vw",
             width: "1vw",
第36行: 第36行:
         });
         });
         $("body").append(temp).append(KizunaAI);
         $("body").append(temp).append(KizunaAI);
         const KizunaAIWidth = 644;
         const KizunaAIWidth = 744;
         const KizunaAIHeight = 725;
         const KizunaAIHeight = 825;
         const KizunaAISetSize = (size) => {
         const KizunaAISetSize = (size) => {
             const windowDirection = temp.width() < temp.height();
             const windowDirection = temp.width() < temp.height();