Former-commit-id: 08f3c114292676699a1921d4395f268a54763428
This commit is contained in:
hiyouga 2023-11-16 15:45:38 +08:00
parent 3f53155a90
commit 11de514cc6

View File

@ -1,9 +1,9 @@
CSS = r""" CSS = r"""
.duplicate-button { .duplicate-button {
margin: auto; margin: auto !important;
color: white; color: white !important;
background: black; background: black !important;
border-radius: 100vh; border-radius: 100vh !important;
} }
.modal-box { .modal-box {