mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
use smaller template
This commit is contained in:
parent
5d46387b7d
commit
df3ae4846a
@ -140,7 +140,7 @@ export default class PagePanels extends React.Component {
|
|||||||
}
|
}
|
||||||
case 3: {
|
case 3: {
|
||||||
return {
|
return {
|
||||||
gridTemplateColumns: "1fr 1fr 1fr",
|
gridTemplateColumns: "0.5fr 1fr 0.5fr",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@ -20,7 +21,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&.full {
|
&.full {
|
||||||
//height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.left {
|
&.left {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user