mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(jumpbar): started css rewrite
This commit is contained in:
parent
e4159e1c6d
commit
d20fa9e3ea
1 changed files with 0 additions and 11 deletions
|
@ -32,16 +32,6 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
|
||||||
`}
|
`}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
${(props) =>
|
|
||||||
props.position === "bottom" &&
|
|
||||||
css`
|
|
||||||
${() =>
|
|
||||||
isTouchscreenDevice &&
|
|
||||||
css`
|
|
||||||
top: -90px;
|
|
||||||
`}
|
|
||||||
`}
|
|
||||||
|
|
||||||
height: 28px;
|
height: 28px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -53,7 +43,6 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
|
||||||
user-select: none;
|
user-select: none;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
transition: color ease-in-out 0.08s;
|
transition: color ease-in-out 0.08s;
|
||||||
top: -90px;
|
|
||||||
|
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.accent
|
props.accent
|
||||||
|
|
Loading…
Reference in a new issue