"Open in new tab"

This commit is contained in:
Simon
2026-07-06 15:32:31 +00:00
parent 7207e36510
commit b6b17b1f52
2 changed files with 34 additions and 6 deletions

View File

@@ -1495,7 +1495,13 @@ body.theme-light .favorite-btn {
z-index: 5;
}
.cp-retry-btn {
.cp-error-actions {
display: flex;
gap: 10px;
}
.cp-retry-btn,
.cp-open-btn {
padding: 8px 20px;
border-radius: 999px;
border: 1px solid var(--accent);
@@ -1503,12 +1509,19 @@ body.theme-light .favorite-btn {
color: var(--accent);
cursor: pointer;
font: inherit;
text-decoration: none;
line-height: 1.2;
}
.cp-retry-btn:hover {
.cp-retry-btn:hover,
.cp-open-btn:hover {
background: rgba(201, 165, 103, 0.15);
}
.cp-open-btn[hidden] {
display: none;
}
.cp-replay-btn {
position: absolute;
top: 50%;