ScuttleBot
ui: remove bullet dot from user list nicks
Commit
94d9bef464f37c918368ead51b8dfa6b6343d932bb4c310cfc6a7dfe2778061b
Parent
46b6f92e3be0002…
1 file changed
+1
-1
+1
-1
| --- internal/api/ui/index.html | ||
| +++ internal/api/ui/index.html | ||
| @@ -160,11 +160,11 @@ | ||
| 160 | 160 | .chat-nicklist.collapsed #nicklist-users { display:none; } |
| 161 | 161 | .nicklist-head { padding:8px 12px; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#8b949e; border-bottom:1px solid #30363d; flex-shrink:0; display:flex; align-items:center; gap:4px; } |
| 162 | 162 | .nicklist-nick { padding:5px 12px; font-size:12px; color:#8b949e; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } |
| 163 | 163 | .nicklist-nick.is-bot { color:#58a6ff; } |
| 164 | 164 | .nicklist-nick.is-op { color:#3fb950; font-weight:600; } |
| 165 | -.nicklist-nick::before { content:"● "; font-size:8px; vertical-align:middle; } | |
| 165 | +.nicklist-nick::before { content:""; } | |
| 166 | 166 | .chat-new-banner { align-self:center; margin:4px auto 0; background:#1f6feb; color:#fff; border-radius:20px; padding:3px 14px; font-size:12px; cursor:pointer; display:inline-block; white-space:nowrap; } |
| 167 | 167 | /* login screen */ |
| 168 | 168 | .login-screen { position:fixed; inset:0; background:#0d1117; z-index:200; display:flex; align-items:center; justify-content:center; flex-direction:column; } |
| 169 | 169 | .login-box { width:340px; } |
| 170 | 170 | .login-brand { text-align:center; margin-bottom:24px; } |
| 171 | 171 |
| --- internal/api/ui/index.html | |
| +++ internal/api/ui/index.html | |
| @@ -160,11 +160,11 @@ | |
| 160 | .chat-nicklist.collapsed #nicklist-users { display:none; } |
| 161 | .nicklist-head { padding:8px 12px; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#8b949e; border-bottom:1px solid #30363d; flex-shrink:0; display:flex; align-items:center; gap:4px; } |
| 162 | .nicklist-nick { padding:5px 12px; font-size:12px; color:#8b949e; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } |
| 163 | .nicklist-nick.is-bot { color:#58a6ff; } |
| 164 | .nicklist-nick.is-op { color:#3fb950; font-weight:600; } |
| 165 | .nicklist-nick::before { content:"● "; font-size:8px; vertical-align:middle; } |
| 166 | .chat-new-banner { align-self:center; margin:4px auto 0; background:#1f6feb; color:#fff; border-radius:20px; padding:3px 14px; font-size:12px; cursor:pointer; display:inline-block; white-space:nowrap; } |
| 167 | /* login screen */ |
| 168 | .login-screen { position:fixed; inset:0; background:#0d1117; z-index:200; display:flex; align-items:center; justify-content:center; flex-direction:column; } |
| 169 | .login-box { width:340px; } |
| 170 | .login-brand { text-align:center; margin-bottom:24px; } |
| 171 |
| --- internal/api/ui/index.html | |
| +++ internal/api/ui/index.html | |
| @@ -160,11 +160,11 @@ | |
| 160 | .chat-nicklist.collapsed #nicklist-users { display:none; } |
| 161 | .nicklist-head { padding:8px 12px; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#8b949e; border-bottom:1px solid #30363d; flex-shrink:0; display:flex; align-items:center; gap:4px; } |
| 162 | .nicklist-nick { padding:5px 12px; font-size:12px; color:#8b949e; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } |
| 163 | .nicklist-nick.is-bot { color:#58a6ff; } |
| 164 | .nicklist-nick.is-op { color:#3fb950; font-weight:600; } |
| 165 | .nicklist-nick::before { content:""; } |
| 166 | .chat-new-banner { align-self:center; margin:4px auto 0; background:#1f6feb; color:#fff; border-radius:20px; padding:3px 14px; font-size:12px; cursor:pointer; display:inline-block; white-space:nowrap; } |
| 167 | /* login screen */ |
| 168 | .login-screen { position:fixed; inset:0; background:#0d1117; z-index:200; display:flex; align-items:center; justify-content:center; flex-direction:column; } |
| 169 | .login-box { width:340px; } |
| 170 | .login-brand { text-align:center; margin-bottom:24px; } |
| 171 |