forked from retoor/devplacepy
fix: add live age badge and zoom cursor to bot screenshots, bind monitor on startup, and retry feed assertions in e2e tests
This commit is contained in:
@@ -42,6 +42,24 @@
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
display: block;
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.bot-shot-age {
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
bottom: 6px;
|
||||
padding: 2px 7px;
|
||||
border-radius: 999px;
|
||||
font-size: 0.72rem;
|
||||
font-family: var(--font-mono);
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
color: var(--text-primary);
|
||||
background: rgba(0, 0, 0, 0.62);
|
||||
backdrop-filter: blur(2px);
|
||||
pointer-events: none;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.bot-shot-empty {
|
||||
|
||||
Reference in New Issue
Block a user