diff --git a/.gitignore b/.gitignore
index a400ce86..a0be5c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ selenium-debug.log
config/local.json
config/local.*.json
docs/site/
+.vscode/
\ No newline at end of file
diff --git a/src/components/status/status.scss b/src/components/status/status.scss
index 448577d3..ce199203 100644
--- a/src/components/status/status.scss
+++ b/src/components/status/status.scss
@@ -130,6 +130,13 @@
.heading-left {
display: flex;
min-width: 0;
+ flex-wrap: wrap;
+ img {
+ aspect-ratio: 1 / 1;
+ }
+ .nowrap{
+ white-space: nowrap;
+ }
}
.heading-right {
@@ -140,6 +147,8 @@
padding: 5px;
margin: -5px;
+ height: min-content;
+
&:hover svg {
color: $fallback--lightText;
color: var(--lightText, $fallback--lightText);
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index ceb66c21..24f64248 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -166,19 +166,21 @@
>
{{ status.user.name }}
-
- {{ status.user.screen_name_ui }}
-
-
+
+
+ @{{ status.user.screen_name_ui }}
+
+
+