mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-26 04:36:35 +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%;
|
height: 100%;
|
||||||
|
|
||||||
> div:first-child {
|
> div:first-child {
|
||||||
height: 81%;
|
height: 80%;
|
||||||
padding: 24px 30px 0;
|
padding: 24px 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,13 +162,8 @@ export const Modal = styled(({ style, children, ...props }) => {
|
|||||||
height: 14.3%;
|
height: 14.3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
> div:first-child {
|
|
||||||
height: 81%;
|
|
||||||
padding: 24px 30px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
height: 61%;
|
height: 60%;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
${modalFooterShadowCss}
|
${modalFooterShadowCss}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user