From 595afa71be469eb414b61c337e817c83aabd85e7 Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Thu, 28 Apr 2022 08:01:26 +0200 Subject: [PATCH] Show X in watch history on mobile --- ui/scss/init/_gui.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/scss/init/_gui.scss b/ui/scss/init/_gui.scss index 5d7f282d3..7733dbcf3 100644 --- a/ui/scss/init/_gui.scss +++ b/ui/scss/init/_gui.scss @@ -1224,7 +1224,12 @@ img { cursor: pointer; } } + + @media (max-width: $breakpoint-small) { + opacity: 1; + } } + .menu__button.claim__menu-button { top: 2.2rem; }