Fix UI for documentation modal (#2631)
This commit is contained in:
parent
cf2e5ce9d1
commit
d4990683c6
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user