From ee61bf10ed9d1679e62ce072548f2c0b8509bca6 Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Sat, 16 Oct 2021 13:40:46 +0200 Subject: [PATCH] made delete button visible on mobile screens --- src/views/Home.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/Home.vue b/src/views/Home.vue index 01a44fc..6ad0317 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -178,6 +178,15 @@ export default { width: 30px; height: 30px; } + + .delete { + display: initial; + position: absolute; + font-size: 1rem; + top: 5px; + right: 5px; + color: maroon; + } } } }