mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
Fix posts display on mobile version
This commit is contained in:
parent
be309f88e1
commit
4d97e88ea2
@ -50,7 +50,7 @@ export default class Dashboard extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <div className="postingDashboard">
|
||||
return <div className="postingDashboard mobile">
|
||||
<div
|
||||
ref={this.primaryPanelRef}
|
||||
className={classnames("panel", "fade-opacity-active")}
|
||||
|
@ -1,6 +1,10 @@
|
||||
.postingDashboard {
|
||||
display: grid;
|
||||
|
||||
&.mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
grid-template-columns: 10vw 1fr 0.5fr;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user