mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
updating mobile footer
This commit is contained in:
parent
67422307a8
commit
cce1988e3a
@ -15,9 +15,10 @@ const STYLES_CONTAINER = css`
|
||||
background-color: ${Constants.system.black};
|
||||
|
||||
@media (max-width: ${Constants.sizes.mobile}px) {
|
||||
flex-shrink: 0;
|
||||
display: block;
|
||||
justify-content: left;
|
||||
height: 100%;
|
||||
height: 512px;
|
||||
}
|
||||
`;
|
||||
|
||||
|
@ -12,7 +12,7 @@ const STYLES_CONTAINER = css`
|
||||
justify-content: center;
|
||||
padding: 16px 24px;
|
||||
postion: fixed;
|
||||
top: 0;
|
||||
top: 0px;
|
||||
|
||||
@media (max-width: ${Constants.sizes.mobile}px) {
|
||||
display: block;
|
||||
@ -35,7 +35,7 @@ const STYLES_LINK = css`
|
||||
|
||||
const STYLES_LEFT = css`
|
||||
flex-shrink: 0;
|
||||
padding: 0px 8px 0px 8px;
|
||||
padding: 12px 0 12px 0;
|
||||
`;
|
||||
|
||||
const STYLES_RIGHT = css`
|
||||
|
Loading…
Reference in New Issue
Block a user