Live-Monitoring: Neueste Entwicklungen als Karten mit Quellen-Pills
Der Bullet-Render fuer Live-Monitoring (adhoc) zeigt nun pro Eintrag eine Karte mit klickbaren Quellen-Pills (Quellname statt nur [N]) im Header und dezentem Zeitstempel rechts oben. Der Ereignistext steht darunter ohne Inline-Citations. Bias-Markierung (pro-RU, staatsnah) als kleines Suffix. Recherchen behalten den bisherigen renderZusammenfassung-Render unveraendert.
Dieser Commit ist enthalten in:
@@ -1064,6 +1064,103 @@ a:hover {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* === Neueste Entwicklungen (Live-Monitoring) === */
|
||||
.dev-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--sp-sm);
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.dev-bullet {
|
||||
background: var(--bg-elevated);
|
||||
border-left: 3px solid var(--accent);
|
||||
border-radius: var(--radius);
|
||||
padding: var(--sp-md) var(--sp-lg);
|
||||
}
|
||||
|
||||
.dev-bullet-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: var(--sp-md);
|
||||
margin-bottom: var(--sp-xs);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.dev-sources {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--sp-xs);
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dev-sources-empty {
|
||||
color: var(--text-disabled);
|
||||
font-size: 11px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.dev-source-pill {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 2px 8px;
|
||||
background: var(--tint-accent);
|
||||
color: var(--text-primary);
|
||||
border-radius: 3px;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
line-height: 1.5;
|
||||
transition: background 0.15s;
|
||||
max-width: 220px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.dev-source-pill:hover {
|
||||
background: var(--tint-accent-strong);
|
||||
text-decoration: none;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.dev-bias {
|
||||
font-size: 9px;
|
||||
padding: 1px 4px;
|
||||
border-radius: 2px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.3px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.dev-bias-pro-ru {
|
||||
background: var(--tint-error);
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
.dev-bias-staatsnah {
|
||||
background: var(--tint-warning);
|
||||
color: var(--warning);
|
||||
}
|
||||
|
||||
.dev-time {
|
||||
color: var(--text-tertiary);
|
||||
font-size: 11px;
|
||||
font-variant-numeric: tabular-nums;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.dev-body {
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
/* === Faktencheck Card === */
|
||||
.factcheck-list {
|
||||
display: flex;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren