mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-02 06:42:32 +00:00
Better spacing for version text.
This commit is contained in:
parent
23e2814fe7
commit
827501c9f7
1 changed files with 5 additions and 6 deletions
|
|
@ -145,12 +145,10 @@ const LoginForm = () => {
|
|||
<Paper
|
||||
elevation={3}
|
||||
style={{
|
||||
paddingTop: 30,
|
||||
paddingLeft: 30,
|
||||
paddingRight: 30,
|
||||
paddingBottom: 8,
|
||||
padding: 30,
|
||||
width: '100%',
|
||||
maxWidth: 500,
|
||||
position: 'relative',
|
||||
}}
|
||||
>
|
||||
<Stack align="center" spacing="lg">
|
||||
|
|
@ -258,9 +256,10 @@ const LoginForm = () => {
|
|||
<Text
|
||||
size="xs"
|
||||
color="dimmed"
|
||||
align="right"
|
||||
style={{
|
||||
marginTop: '4px',
|
||||
position: 'absolute',
|
||||
bottom: 6,
|
||||
right: 30,
|
||||
}}
|
||||
>
|
||||
v{version}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue