🎨 Optimize the code of version 1.3.

This commit is contained in:
Tw93
2023-06-07 13:16:25 +08:00
parent e9486e1b67
commit 9221bbce10
5 changed files with 184 additions and 182 deletions

View File

@@ -75,6 +75,12 @@ document.addEventListener('DOMContentLoaded', () => {
background: #fff;
color: #11182B;
}
#pakeUrlInput {
min-width: 320px;
text-align: left;
min-height: 30px;
}
`;
const modalDiv = document.createElement('div');