From 33bdb0b19e7edf3581a998a538c75e79cec2f875 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 19 Jan 2023 02:23:28 +0000 Subject: [PATCH] change attach and detach icons, imrpove action bar layout Signed-off-by: Arthur Lu --- css/form.css | 1 + images/actions/attach.svg | 14 +++++++++++++- images/actions/detach.svg | 14 +++++++++++++- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/css/form.css b/css/form.css index 9b06ea8..b013f2d 100644 --- a/css/form.css +++ b/css/form.css @@ -81,4 +81,5 @@ hr { display: flex; justify-content: flex-end; align-items: center; + column-gap: 5px; } \ No newline at end of file diff --git a/images/actions/attach.svg b/images/actions/attach.svg index 078517e..a4ff573 100644 --- a/images/actions/attach.svg +++ b/images/actions/attach.svg @@ -1 +1,13 @@ - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/actions/detach.svg b/images/actions/detach.svg index 053247d..38ec92b 100644 --- a/images/actions/detach.svg +++ b/images/actions/detach.svg @@ -1 +1,13 @@ - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file