mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
Merge pull request #84 from PX-Byte/fix-mobile-posts-display
Fix mobile posts display
This commit is contained in:
commit
d625cdae69
@ -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