Former-commit-id: 7afec127f60257462828298b25a5f6fd9c6f42c5
This commit is contained in:
hiyouga 2023-11-16 15:45:38 +08:00
parent dab9385297
commit 595fdbd95d

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 {