mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-23 14:57:18 +00:00
Reduce height of modal content
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
e708212d41
commit
f3ff99b5a9
@ -152,7 +152,7 @@ export const Modal = styled(({ style, children, ...props }) => {
|
||||
height: 100%;
|
||||
|
||||
> div:first-child {
|
||||
height: 81%;
|
||||
height: 80%;
|
||||
padding: 24px 30px 0;
|
||||
}
|
||||
|
||||
@ -162,13 +162,8 @@ export const Modal = styled(({ style, children, ...props }) => {
|
||||
height: 14.3%;
|
||||
}
|
||||
|
||||
> div:first-child {
|
||||
height: 81%;
|
||||
padding: 24px 30px 0;
|
||||
}
|
||||
|
||||
> div:nth-child(2) {
|
||||
height: 61%;
|
||||
height: 60%;
|
||||
padding: 0 30px;
|
||||
${modalFooterShadowCss}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user