mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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: {
|
||||
return {
|
||||
gridTemplateColumns: "1fr 1fr 1fr",
|
||||
gridTemplateColumns: "0.5fr 1fr 0.5fr",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
grid-row-gap: 0px;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.panel {
|
||||
position: sticky;
|
||||
@ -20,7 +21,7 @@
|
||||
align-items: center;
|
||||
|
||||
&.full {
|
||||
//height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user