From 402d9496c3a1991afd6e493ea0a00bb81f2f8a5f Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 18 Jan 2023 16:44:37 -0600 Subject: [PATCH] fix misaligned channel id --- .../src/app/lightning/channel/channel.component.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/lightning/channel/channel.component.scss b/frontend/src/app/lightning/channel/channel.component.scss index 333955212..9405af103 100644 --- a/frontend/src/app/lightning/channel/channel.component.scss +++ b/frontend/src/app/lightning/channel/channel.component.scss @@ -2,7 +2,7 @@ display: flex; flex-direction: row; - @media (max-width: 768px) { + @media (max-width: 767.98px) { flex-direction: column; } } @@ -10,16 +10,13 @@ .tx-link { display: flex; flex-grow: 1; - @media (min-width: 650px) { + @media (min-width: 768px) { + top: 1px; + position: relative; align-self: end; margin-left: 15px; margin-top: 0px; - margin-bottom: -3px; - } - @media (min-width: 768px) { margin-bottom: 4px; - top: 1px; - position: relative; } @media (max-width: 768px) { order: 2;