-
-
{{ getDisplayName(props.member.user, props.member) }}
-
+
+
+
{{ getDisplayName(props.member) }}
+
\ No newline at end of file
diff --git a/components/User/UserEntry.vue b/components/User/UserEntry.vue
index 7b68976..52ff5bc 100644
--- a/components/User/UserEntry.vue
+++ b/components/User/UserEntry.vue
@@ -1,6 +1,6 @@
-
+
{{ getDisplayName(props.user) }}
@@ -9,6 +9,8 @@
@@ -21,11 +22,12 @@ const props = defineProps<{
background-color: var(--primary-color);
color: var(--text-color);
- padding: 0.4em 0.75em;
- font-size: 1.1em;
+ padding: 0.35em 0.65em;
+ font-size: 1em;
+
transition: background-color 0.2s;
- border-radius: 0.7rem;
+ border-radius: var(--standard-radius);
text-decoration: none;
display: inline-block;
@@ -50,4 +52,11 @@ const props = defineProps<{
background-color: var(--accent-highlighted-color);
}
+.stealth-button {
+ background-color: unset;
+}
+.stealth-button:hover {
+ background-color: unset;
+}
+
\ No newline at end of file
diff --git a/components/UserInterface/HorizontalSpacer.vue b/components/UserInterface/HorizontalSpacer.vue
new file mode 100644
index 0000000..cc95c92
--- /dev/null
+++ b/components/UserInterface/HorizontalSpacer.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/components/UserInterface/VerticalSpacer.vue b/components/UserInterface/VerticalSpacer.vue
index 8ac1bd6..9f0e304 100644
--- a/components/UserInterface/VerticalSpacer.vue
+++ b/components/UserInterface/VerticalSpacer.vue
@@ -1,11 +1,11 @@
-
+