2021-07-29 20:08:39 +02:00
|
|
|
.focalboard-body .CenterPanel {
|
2021-05-27 12:58:07 +02:00
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
2020-10-25 22:17:13 +01:00
|
|
|
.octo-board {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2021-05-27 12:58:07 +02:00
|
|
|
|
|
|
|
|
2021-07-29 20:08:39 +02:00
|
|
|
.focalboard-body .BoardComponent {
|
2021-05-27 12:58:07 +02:00
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
|
|
|
|
padding: 0 80px;
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding-top: 24px;
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .top-head {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2021-08-06 19:58:28 +02:00
|
|
|
background: rgb(var(--center-channel-bg-rgb));
|
2021-05-27 12:58:07 +02:00
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
}
|