Skip to content
Snippets Groups Projects
Commit e62d7bc1 authored by syuilo's avatar syuilo
Browse files

Tweak UI

parent 0d680b06
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,12 @@ export default defineComponent({
--formXPadding: 32px;
--formYPadding: 32px;
font-size: 95%;
line-height: 1.3em;
background: var(--bg);
padding: var(--formYPadding) var(--formXPadding);
max-width: 750px;
margin: 0 auto;
&:not(.wide).max-width_400px {
--formXPadding: 0px;
......
......@@ -279,6 +279,7 @@ export default defineComponent({
share: {
title: this.user.name,
},
menu: () => getUserMenu(this.user),
} : null),
user: null,
error: null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment