Skip to content

Commit 12d9191

Browse files
committed
Increase size of unread and activity indicators
- Increase indicator size from 6px to 10px for better visibility - Increase spinner border from 1.5px to 2px - Add transparent top border for cleaner spinner animation
1 parent c431f8f commit 12d9191

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115

116116
.unread-indicator {
117117
display: none;
118-
width: 6px;
119-
height: 6px;
118+
width: 10px;
119+
height: 10px;
120120
border-radius: 50%;
121121
margin-right: 6px;
122122
}
@@ -128,7 +128,8 @@
128128

129129
.tab.activity .unread-indicator {
130130
display: inline-block;
131-
border: 1.5px solid #eab308;
131+
border: 2px solid #eab308;
132+
border-top-color: transparent;
132133
background-color: transparent;
133134
animation: spin 1s linear infinite;
134135
}

0 commit comments

Comments
 (0)