@@ -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;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user