Files
bulk-delete-chatGPT/popup.css
2023-04-21 12:33:49 +08:00

15 lines
216 B
CSS

body {
width: 200px;
padding: 15px;
font-family: Arial, sans-serif;
}
button {
display: block;
margin-bottom: 10px;
width: 100%;
padding: 5px;
font-size: 14px;
cursor: pointer;
}