mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-06-15 12:31:21 +00:00
fix css
This commit is contained in:
parent
c5593ac545
commit
c5e29de0e9
@ -745,7 +745,7 @@ export const Group = ({
|
|||||||
secretKeyToPublish &&
|
secretKeyToPublish &&
|
||||||
secretKey &&
|
secretKey &&
|
||||||
lastFetchedSecretKey.current &&
|
lastFetchedSecretKey.current &&
|
||||||
Date.now() - lastFetchedSecretKey.current < 1800000
|
Date.now() - lastFetchedSecretKey.current < 600000
|
||||||
)
|
)
|
||||||
return secretKey;
|
return secretKey;
|
||||||
if (loadingGroupParam) {
|
if (loadingGroupParam) {
|
||||||
@ -2337,7 +2337,7 @@ export const Group = ({
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100$",
|
height: "100%",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
alignItems: "flex-start",
|
alignItems: "flex-start",
|
||||||
padding: "20px",
|
padding: "20px",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user