mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-03-01 05:00:45 +00:00
fix: fix bug with mobile toast
This commit is contained in:
parent
88ecad2157
commit
dbd843e3f6
@ -51,7 +51,7 @@ const Toast: React.FC = () => {
|
|||||||
userInfo.alert_message
|
userInfo.alert_message
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Logos Operators Ordinals Mint Is Live
|
<div>Logos Operators Ordinals Mint Is Live</div>
|
||||||
<a
|
<a
|
||||||
href="https://ordinalsbot.com/mint/logos-operators"
|
href="https://ordinalsbot.com/mint/logos-operators"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@ -111,9 +111,12 @@ const ToastContainer = styled.div<{ showTopToast: boolean }>`
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
// new line
|
// new line
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user