From d20fa9e3ea06157bfee8c484596d5e0c24f2d3d8 Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Tue, 28 Dec 2021 23:42:50 +0100 Subject: [PATCH] fix(jumpbar): started css rewrite --- src/components/common/messaging/bars/JumpToBottom.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/common/messaging/bars/JumpToBottom.tsx b/src/components/common/messaging/bars/JumpToBottom.tsx index 0a3c941c..726ae61f 100644 --- a/src/components/common/messaging/bars/JumpToBottom.tsx +++ b/src/components/common/messaging/bars/JumpToBottom.tsx @@ -32,16 +32,6 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>` `} > div { - ${(props) => - props.position === "bottom" && - css` - ${() => - isTouchscreenDevice && - css` - top: -90px; - `} - `} - height: 28px; width: 100%; position: absolute; @@ -53,7 +43,6 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>` user-select: none; justify-content: space-between; transition: color ease-in-out 0.08s; - top: -90px; ${(props) => props.accent