Display error message when upload song fails
This commit is contained in:
@ -170,4 +170,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.error-msg {
|
||||
padding-top: 10px;
|
||||
color: red;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user