diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-18 10:25:50 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-18 10:25:50 +0300 |
commit | b657b1ae2ba818432fa001b07ed40e04348bb011 (patch) | |
tree | 62954fb50254dee46fc7cf9361025654ac5313a8 /src/pages/options/imgur | |
parent | Opening the offline redirection page if redirection failed 5 times #201 (diff) | |
download | libredirect-b657b1ae2ba818432fa001b07ed40e04348bb011.zip |
Adding Raw Link Copy feature #165
Diffstat (limited to 'src/pages/options/imgur')
-rw-r--r-- | src/pages/options/imgur/imgur.html | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/pages/options/imgur/imgur.html b/src/pages/options/imgur/imgur.html index c9d48622..a97c1c28 100644 --- a/src/pages/options/imgur/imgur.html +++ b/src/pages/options/imgur/imgur.html @@ -84,10 +84,11 @@ <form class="custom-instance-form"> <div class="some-block option-block"> <input class="custom-instance" placeholder="https://rimgo.com" type="url"> - <button class="add add-instance" type="submit"></button> - <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> - <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> - </svg> + <button class="add add-instance" type="submit"> + <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> + <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> + </svg> + </button> </div> </form> <div class="checklist custom-checklist"></div> @@ -111,10 +112,11 @@ <form class="custom-instance-form"> <div class="some-block option-block"> <input class="custom-instance" placeholder="https://rimgo.onion" type="url"> - <button class="add add-instance" type="submit"></button> - <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> - <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> - </svg> + <button class="add add-instance" type="submit"> + <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> + <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> + </svg> + </button> </div> </form> <div class="checklist custom-checklist"></div> @@ -131,10 +133,11 @@ <form class="custom-instance-form"> <div class="some-block option-block"> <input class="custom-instance" placeholder="https://rimgo.onion" type="url"> - <button class="add add-instance" type="submit"></button> - <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> - <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> - </svg> + <button class="add add-instance" type="submit"> + <svg xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor"> + <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path> + </svg> + </button> </div> </form> <div class="checklist custom-checklist"></div> |