Metaline styling
This commit is contained in:
+4
-1
@@ -203,11 +203,14 @@ img.avatar {
|
|||||||
img.avatar-sm { width: var(--avatar-sm); height: var(--avatar-sm); }
|
img.avatar-sm { width: var(--avatar-sm); height: var(--avatar-sm); }
|
||||||
img.avatar-lg { width: 72px; height: 72px; }
|
img.avatar-lg { width: 72px; height: 72px; }
|
||||||
|
|
||||||
/* Byline mit kleinem Avatar neben Name + Zeitstempel. */
|
/* Byline mit kleinem Avatar neben Name + Zeitstempel. Einheitliche 1rem für die
|
||||||
|
ganze Meta-Zeile (Name, Datum, Repost-Cooldown), damit nichts größer rausfällt
|
||||||
|
als die Links -- der Klartext würde sonst die 1.2rem der Card erben. */
|
||||||
.byline {
|
.byline {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Profilkopf: großer Avatar links neben Name und "Mitglied seit". */
|
/* Profilkopf: großer Avatar links neben Name und "Mitglied seit". */
|
||||||
|
|||||||
Reference in New Issue
Block a user