fix css
This commit is contained in:
parent
6efa38be46
commit
08f3c11429
|
@ -1,9 +1,9 @@
|
|||
CSS = r"""
|
||||
.duplicate-button {
|
||||
margin: auto;
|
||||
color: white;
|
||||
background: black;
|
||||
border-radius: 100vh;
|
||||
margin: auto !important;
|
||||
color: white !important;
|
||||
background: black !important;
|
||||
border-radius: 100vh !important;
|
||||
}
|
||||
|
||||
.modal-box {
|
||||
|
|
Loading…
Reference in New Issue