v3: allow users to edit dump thumbnail, fixed some linter errors in the frontend
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 40s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 40s
This commit is contained in:
17
src/App.css
17
src/App.css
@@ -3753,6 +3753,23 @@ body.has-player .fab-new {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.comment-cancel-btn {
|
||||
background: transparent;
|
||||
border: 1.5px solid var(--color-border-subtle);
|
||||
border-radius: 6px;
|
||||
padding: 0.4rem 1rem;
|
||||
font-family: inherit;
|
||||
font-size: 0.82rem;
|
||||
color: var(--color-text);
|
||||
opacity: 0.6;
|
||||
cursor: pointer;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
|
||||
.comment-cancel-btn:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.comment-node-inner--deleted {
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user