mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 20:50:36 +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
|
||||
) : (
|
||||
<>
|
||||
Logos Operators Ordinals Mint Is Live
|
||||
<div>Logos Operators Ordinals Mint Is Live</div>
|
||||
<a
|
||||
href="https://ordinalsbot.com/mint/logos-operators"
|
||||
target="_blank"
|
||||
@ -111,9 +111,12 @@ const ToastContainer = styled.div<{ showTopToast: boolean }>`
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
|
||||
flex-direction: column;
|
||||
|
||||
a {
|
||||
// new line
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user