Show collaborators on mobile, normalize margins

This commit is contained in:
Tom Moor
2021-12-17 16:50:34 -08:00
parent f8736758f1
commit 39018f16b5
2 changed files with 3 additions and 11 deletions

View File

@@ -636,8 +636,8 @@ const MaxWidth = styled(Flex)<MaxWidthProps>`
${(props) =>
props.archived && `* { color: ${props.theme.textSecondary} !important; } `};
// Adds space to the left gutter to make room for heading annotations on mobile
padding: ${(props) => (props.isEditing ? "0 12px 0 32px" : "0 12px")};
// Adds space to the gutter to make room for heading annotations on mobile
padding: 0 32px;
transition: padding 100ms;
max-width: 100vw;