mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
Format files using prettier
This commit is contained in:
parent
6313b923d0
commit
e1a6517b9f
2 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,7 @@ input {
|
|||
padding: 1em;
|
||||
border-top: 1px dashed var(--border);
|
||||
display: flex;
|
||||
gap: .5em;
|
||||
gap: 0.5em;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
|
@ -20,4 +20,6 @@ function restoreOptions() {
|
|||
|
||||
document.addEventListener("DOMContentLoaded", restoreOptions);
|
||||
document.querySelector("form").addEventListener("submit", saveOptions);
|
||||
document.querySelector("#resetbutton").addEventListener("click", async () => {await browser.storage.local.clear()})
|
||||
document.querySelector("#resetbutton").addEventListener("click", async () => {
|
||||
await browser.storage.local.clear();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue