mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 03:51:23 +00:00
Remove empty space
This commit is contained in:
parent
5fe21829aa
commit
916646d4ef
@ -2571,7 +2571,7 @@ function App() {
|
||||
lineHeight: '15px',
|
||||
}}
|
||||
>
|
||||
The Application <br></br>{' '}
|
||||
The Application <br></br>
|
||||
<TextItalic>{requestConnection?.hostname}</TextItalic> <br></br>
|
||||
<TextSpan>is requestion a connection</TextSpan>
|
||||
</TextP>
|
||||
@ -2580,8 +2580,8 @@ function App() {
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
display: 'flex',
|
||||
gap: '14px',
|
||||
}}
|
||||
>
|
||||
@ -2644,7 +2644,7 @@ function App() {
|
||||
lineHeight: '15px',
|
||||
}}
|
||||
>
|
||||
The Application <br></br>{' '}
|
||||
The Application <br></br>
|
||||
<TextItalic>{requestConnection?.hostname}</TextItalic> <br></br>
|
||||
<TextSpan>requests authentication</TextSpan>
|
||||
</TextP>
|
||||
|
@ -140,7 +140,7 @@ export const BoundedNumericTextField = ({
|
||||
sx={{
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
/>{' '}
|
||||
/>
|
||||
</IconButton>
|
||||
<IconButton
|
||||
size="small"
|
||||
@ -150,7 +150,7 @@ export const BoundedNumericTextField = ({
|
||||
sx={{
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
/>{' '}
|
||||
/>
|
||||
</IconButton>
|
||||
</InputAdornment>
|
||||
) : (
|
||||
|
@ -468,7 +468,7 @@ export const MessageItem = memo(
|
||||
}}
|
||||
>
|
||||
{reaction}
|
||||
</div>{' '}
|
||||
</div>
|
||||
{numberOfReactions > 1 && (
|
||||
<Typography
|
||||
sx={{
|
||||
|
@ -243,7 +243,6 @@ export const AttachmentCard = ({
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '14px',
|
||||
@ -251,7 +250,7 @@ export const AttachmentCard = ({
|
||||
}}
|
||||
>
|
||||
{errorMsg}
|
||||
</Typography>{' '}
|
||||
</Typography>
|
||||
</Box>
|
||||
)}
|
||||
</Box>
|
||||
|
@ -177,7 +177,6 @@ export const ImageCard = ({
|
||||
justifyContent: 'center',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '14px',
|
||||
|
@ -325,10 +325,8 @@ export const PollCard = ({
|
||||
fontStyle: 'italic',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
{`${poll?.votes?.totalVotes} ${
|
||||
poll?.votes?.totalVotes === 1 ? ' vote' : ' votes'
|
||||
}`}
|
||||
{poll?.votes?.totalVotes}{' '}
|
||||
{poll?.votes?.totalVotes === 1 ? ' vote' : ' votes'}
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
|
@ -157,7 +157,7 @@ export const GeneralNotifications = ({ address }) => {
|
||||
sx={{
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
/>{' '}
|
||||
/>
|
||||
{formatDate(latestTx?.timestamp)}
|
||||
</Box>
|
||||
|
||||
|
@ -412,7 +412,7 @@ export const BlockedUsersModal = () => {
|
||||
sx={{
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
/>{' '}
|
||||
/>
|
||||
<Typography>
|
||||
{t('auth:message.generic.choose_block', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
|
@ -2124,7 +2124,6 @@ export const Group = ({
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
<Typography>
|
||||
{t('group:message.generic.encryption_key', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
|
@ -209,7 +209,7 @@ export const HomeDesktop = ({
|
||||
sx={{
|
||||
ccolor: theme.palette.text.primary,
|
||||
}}
|
||||
/>{' '}
|
||||
/>
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '1rem',
|
||||
@ -218,7 +218,7 @@ export const HomeDesktop = ({
|
||||
{t('tutorial:initial.explore', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>{' '}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Divider>
|
||||
|
||||
|
@ -307,8 +307,10 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
|
||||
{t('core:message.generic.settings', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>{' '}
|
||||
</Typography>
|
||||
|
||||
<Spacer height="40px" />
|
||||
|
||||
<Button
|
||||
size="small"
|
||||
onClick={() => {
|
||||
@ -353,10 +355,10 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
|
||||
{!myName ? (
|
||||
<Box
|
||||
sx={{
|
||||
width: '100%',
|
||||
alignItems: 'center',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<Typography
|
||||
@ -458,7 +460,6 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
|
||||
fontSize: '14px',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
{t('core:message.question.reset_pinned', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user