mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
reduce button spacing on desktop to be able to reduce breakpoint (#1106)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Trans } from "@lingui/macro"
|
||||
import { Anchor, Box, Center, Container, Divider, Group, Image, Title, useMantineColorScheme } from "@mantine/core"
|
||||
import { client } from "app/client"
|
||||
import { Constants } from "app/constants"
|
||||
import { redirectToApiDocumentation, redirectToLogin, redirectToRegistration, redirectToRootCategory } from "app/slices/redirect"
|
||||
import { useAppDispatch, useAppSelector } from "app/store"
|
||||
import welcome_page_dark from "assets/welcome_page_dark.png"
|
||||
@@ -73,7 +72,7 @@ function Buttons() {
|
||||
})
|
||||
|
||||
return (
|
||||
<Group spacing={Constants.layout.buttonSpacing}>
|
||||
<Group spacing={14}>
|
||||
{serverInfos?.demoAccountEnabled && (
|
||||
<ActionButton
|
||||
label={<Trans>Try the demo!</Trans>}
|
||||
|
||||
Reference in New Issue
Block a user