mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
improve postCard for mobile
This commit is contained in:
parent
752df4f217
commit
ccd020d4b3
@ -139,7 +139,7 @@ export default React.memo(({
|
|||||||
"postCard",
|
"postCard",
|
||||||
data.type,
|
data.type,
|
||||||
{ ["liked"]: hasLiked },
|
{ ["liked"]: hasLiked },
|
||||||
{ ["noHide"]: !expansibleActions },
|
{ ["noHide"]: window.isMobile || !expansibleActions },
|
||||||
{ ["fullmode"]: fullmode },
|
{ ["fullmode"]: fullmode },
|
||||||
)}
|
)}
|
||||||
context-menu={"postCard-context"}
|
context-menu={"postCard-context"}
|
||||||
|
@ -81,5 +81,13 @@
|
|||||||
height: 40vh;
|
height: 40vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postCard {
|
||||||
|
.post_actionsWrapper {
|
||||||
|
.actions {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user