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