Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-08-02 12:53:48 +0300
committerJonas <jonas@freesources.org>2022-08-02 12:54:16 +0300
commitb894f0ef02c9176a9228839fb94b8117f1f0f85b (patch)
tree43d71d1af9006f7d007a47e7dea471c316885f3c /src
parent675b7542f9f7eadacd352fa2f2a3bcd1f9906ea1 (diff)
Fix alignment of questionmark in guest avatar
Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/Editor/AvatarWrapper.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Editor/AvatarWrapper.vue b/src/components/Editor/AvatarWrapper.vue
index 749c580d3..540422d02 100644
--- a/src/components/Editor/AvatarWrapper.vue
+++ b/src/components/Editor/AvatarWrapper.vue
@@ -64,5 +64,8 @@ export default {
line-height: var(--size);
font-size: var(--font-size);
font-weight: normal;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
</style>