adjusting external margins to align with internal view

This commit is contained in:
tarafanlin 2020-11-19 17:55:04 -08:00
parent 5dad4b377c
commit 730d10e3c0
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ const STYLES_PROFILE_INTERNAL = css`
const STYLES_PROFILE = css`
width: 100%;
padding: 64px 64px 0px 64px;
padding: 64px 32px 0px 32px;
overflow-wrap: break-word;
white-space: pre-wrap;
flex-shrink: 0;

View File

@ -7,7 +7,7 @@ const STYLES_CONTAINER = css`
position: -webkit-sticky;
position: sticky;
bottom: 0;
padding: 4px 64px;
padding: 4px 32px;
z-index: ${Constants.zindex.header};
background-color: ${Constants.system.foreground};
font-family: ${Constants.font.text};

View File

@ -8,7 +8,7 @@ const STYLES_CONTAINER = css`
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 16px 64px 16px 42px;
padding: 16px 32px 16px 24px;
width: 100%;
margin: 0 auto;
z-index: ${Constants.zindex.header};