diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-08 03:14:14 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-08 03:14:14 +0400 |
| commit | f5e8ace1dd7694cb6f426dc1b3666c11f4e71e78 (patch) | |
| tree | 61dfa1187b97c05bf0b6dcd5f9a4b639126f6680 /public/static | |
| parent | 2e6a74c3fea5ee7c18d97e19dfade945295b851f (diff) | |
feat: a button to delete file locally
Diffstat (limited to 'public/static')
| -rwxr-xr-x | public/static/img/icons/cross.png | bin | 0 -> 655 bytes | |||
| -rw-r--r-- | public/static/style.css | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/public/static/img/icons/cross.png b/public/static/img/icons/cross.png Binary files differnew file mode 100755 index 0000000..1514d51 --- /dev/null +++ b/public/static/img/icons/cross.png diff --git a/public/static/style.css b/public/static/style.css index 1eb29dc..c5302c8 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -242,6 +242,11 @@ button[type=submit]:hover { overflow-x: scroll; } +.item .delete-btn { + position: absolute; + align-self: flex-end; +} + /** SHORTCUTS */ .column { display: flex; |
