Fix UI for documentation modal (#2631)

This commit is contained in:
Shrikant Sharat Kandula 2021-01-19 22:01:35 +05:30 committed by GitHub
parent cf2e5ce9d1
commit d4990683c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -287,6 +287,7 @@ const HelpFooter = styled.div`
padding: 5px 10px;
height: 30px;
color: rgba(255, 255, 255, 0.7);
font-size: 6pt;
`;
const HelpBody = styled.div`

View File

@ -48,7 +48,7 @@ const HelpButton = styled.button<{
`;
const MODAL_WIDTH = 240;
const MODAL_HEIGHT = 198;
const MODAL_HEIGHT = 206;
const MODAL_BOTTOM_DISTANCE = 45;
const MODAL_RIGHT_DISTANCE = 30;