From de9a6937349b757b33a96a8adb368f7897ff1453 Mon Sep 17 00:00:00 2001 From: Andrew <66430340+aandrew-me@users.noreply.github.com> Date: Sun, 14 May 2023 20:58:21 +0600 Subject: [PATCH] Make cross button size bigger --- assets/css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 769b26a..adb000f 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -176,8 +176,8 @@ body { right: 5px; cursor: pointer; cursor: pointer; - width: 15px; - height: 15px; + width: 20px; + height: 20px; } .itemType { font-style: italic; @@ -191,8 +191,8 @@ body { right: 5px; cursor: pointer; cursor: pointer; - width: 15px; - height: 15px; + width: 20px; + height: 20px; } #hidden {