From 5b205c8c0cb1c5af14d0fce50db82785c5c2d87b Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Mon, 10 May 2021 21:58:57 +0530 Subject: [PATCH] reply --- static/css/style.css | 8 +-- static/img/copy.svg | 46 +++++++++++++++++ static/img/delete.svg | 116 ++++++++++++++++++++++++++++++++++++++++++ static/img/edit.svg | 101 ++++++++++++++++++++++++++++++++++++ static/index.html | 14 +++-- static/js/app.js | 4 +- static/js/message.js | 7 ++- 7 files changed, 283 insertions(+), 13 deletions(-) create mode 100644 static/img/copy.svg create mode 100644 static/img/delete.svg create mode 100644 static/img/edit.svg diff --git a/static/css/style.css b/static/css/style.css index 9a9813e..2cdc116 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -215,9 +215,9 @@ input { .clip-win { position: fixed; z-index: 9999; - padding: 6px; - margin: 5px; - bottom: 50px; + padding: 6px; + bottom: 55px; + left: 5px; border: 1px dashed #1E86D7; background-color: var(--bg-secondary-color); } @@ -232,7 +232,7 @@ input { } .clip-win.selected-clip { - min-width: 250px; + min-width: 320px; left: 50%; transform: translateX(-50%); border-radius: 15px; diff --git a/static/img/copy.svg b/static/img/copy.svg new file mode 100644 index 0000000..0a95072 --- /dev/null +++ b/static/img/copy.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/delete.svg b/static/img/delete.svg new file mode 100644 index 0000000..f254c61 --- /dev/null +++ b/static/img/delete.svg @@ -0,0 +1,116 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/edit.svg b/static/img/edit.svg new file mode 100644 index 0000000..91ef233 --- /dev/null +++ b/static/img/edit.svg @@ -0,0 +1,101 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/index.html b/static/index.html index e72aa6d..5bb8c96 100644 --- a/static/index.html +++ b/static/index.html @@ -186,9 +186,17 @@