Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-05-17 16:29:46 -04:00
parent c3108a17f4
commit 55d729339f
9 changed files with 440 additions and 511 deletions

View File

@@ -60,7 +60,6 @@ export const GlobalStyleHorizontal = createGlobalStyle`
width: 32px;
}
`;
export const GlobalStyleVertical = createGlobalStyle`
.comPlainTextContentEditable {
-webkit-user-modify: read-write-plaintext-only;
@@ -101,7 +100,8 @@ export const GlobalStyleVertical = createGlobalStyle`
}
.smooth-dnd-container {
//min-height: 100px; // Not needed, just for extra landing space
// TODO ? This is the question. We need the same drag-zone we get in horizontal mode
min-height: 50px; // Not needed, just for extra landing space
}
.react-trello-lane {
@@ -186,9 +186,9 @@ export const Header = styled.header`
export const Section = styled.section`
background-color: #e3e3e3;
border-radius: 3px;
margin: 5px 5px;
margin: 2px 2px;
position: relative;
padding: 10px;
padding: 5px;
${getSectionStyles};
flex-direction: column;
`;