Add file base64 encode/decode tool

This commit is contained in:
2024-04-12 14:47:35 +03:00
parent 82042634bd
commit 029168bcde
6 changed files with 114 additions and 8 deletions

View File

@ -18,6 +18,13 @@ input:disabled, textarea:disabled {
opacity: 1;
}
button {
display: inline-block;
padding: 0 5px;
margin: 0 2px;
@apply text-gray-900 bg-white border border-gray-300 focus:outline-none hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 text-sm dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700;
}
/**
* Tools
*/