mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
adjusting external margins to align with internal view
This commit is contained in:
parent
5dad4b377c
commit
730d10e3c0
@ -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;
|
||||
|
@ -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};
|
||||
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user