add a bunch of people lol
This commit is contained in:
@@ -27,7 +27,7 @@ class MemberCard(rio.Component):
|
||||
def build(self) -> rio.Component:
|
||||
contact_row = rio.Row()
|
||||
content = rio.Column(
|
||||
rio.Image(self._info.picture_path, height=9, margin_bottom=1.3),
|
||||
rio.Image(self._info.picture_path, height=9, margin_bottom=1.3, margin_top=0.8),
|
||||
rio.Text(self._info.name, margin_bottom=0.4, style=rio.TextStyle(font_weight="bold")),
|
||||
rio.Text(self._info.position, margin_bottom=0.4, style=rio.TextStyle(italic=True)),
|
||||
rio.Text(f"Mitglied seit {self._info.entry_date}", style=rio.TextStyle(italic=True), margin_bottom=0.4),
|
||||
|
||||
Reference in New Issue
Block a user