The scan spinner takes the unread count's place
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -368,9 +368,10 @@ input:focus,select:focus{outline:0;border-color:var(--accent)}
|
||||
}
|
||||
.chev:hover{color:var(--fg)}
|
||||
.chev.bad,.chev.bad:hover{color:var(--bad)}
|
||||
/* A feed being checked: a small spinner at the row's end, after its count (issue #37). */
|
||||
/* A feed being checked: a small spinner in place of its unread count (issue #37). */
|
||||
.feed.scanning .badge{display:none}
|
||||
.feed.scanning::after{
|
||||
content:"";flex:none;width:12px;height:12px;border-radius:50%;
|
||||
content:"";flex:none;width:12px;height:12px;margin:0 6px;border-radius:50%;
|
||||
border:2px solid var(--line);border-top-color:var(--accent);animation:ipxspin .8s linear infinite;
|
||||
}
|
||||
@keyframes ipxspin{to{transform:rotate(360deg)}}
|
||||
|
||||
Reference in New Issue
Block a user