mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
chore: update mobile ui of toast
This commit is contained in:
parent
ed3c64fb2a
commit
df40b6f9b9
@ -60,10 +60,10 @@ const Toast: React.FC = () => {
|
||||
</ToastContainer>
|
||||
) : (
|
||||
<ToastContainer showTopToast={showTopToast}>
|
||||
<>
|
||||
<span>
|
||||
Logos Ordinals Mint Begins 16th December, 2024 at 1PM UTC
|
||||
<TimeRemaining>Time remaining: {time}</TimeRemaining>
|
||||
</>
|
||||
</span>
|
||||
<div>
|
||||
<button className="close-button" onClick={() => setShowTopToast(false)}>
|
||||
<img src="/assets/close-orange.svg" alt="close" />
|
||||
@ -117,6 +117,10 @@ const ToastContainer = styled.div<{ showTopToast: boolean }>`
|
||||
|
||||
flex-direction: column;
|
||||
|
||||
span {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
a {
|
||||
// new line
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user