feat: implement upload error handling and rate limiting improvements
This commit is contained in:
@@ -91,6 +91,18 @@ h1 .home-link:hover {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.upload-error {
|
||||
margin: 12px 0 0 0;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid #ff6666;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(255, 102, 102, 0.12);
|
||||
color: #ff6666;
|
||||
font-size: 0.9em;
|
||||
text-align: center;
|
||||
box-shadow: 0 4px 12px rgba(255, 102, 102, 0.15);
|
||||
}
|
||||
|
||||
.duration-container .button-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user