From ebf3f45c11259715aa49ff607fe54ea223565b88 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 7 Jun 2022 16:35:12 +0430 Subject: [PATCH] Small improvement. --- src/styles/Filters.css | 1 + src/styles/SendItem.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/Filters.css b/src/styles/Filters.css index c7369ec6..b7821e6c 100644 --- a/src/styles/Filters.css +++ b/src/styles/Filters.css @@ -22,6 +22,7 @@ top: 15%; left: 30%; right: 30%; + min-width: 300px; position: absolute; -moz-user-select: none; -webkit-user-select: none; diff --git a/src/styles/SendItem.css b/src/styles/SendItem.css index 3a160e7e..bb7d1b3a 100644 --- a/src/styles/SendItem.css +++ b/src/styles/SendItem.css @@ -18,8 +18,9 @@ position: absolute; z-index: 2; top: 15%; - left: 20%; - right: 20%; + left: 30%; + right: 30%; + min-width: 300px; background-color: #1f2c38; overflow-x: hidden; overflow-y: auto;