mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
refactor: style tweaks to edit css modal
This commit is contained in:
committed by
Carlos Valente
parent
24d3bf05ca
commit
fb93063b47
@@ -8,7 +8,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
align-items: start;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ export default function ViewSettingsForm() {
|
|||||||
onClick={onCodeEditorOpen}
|
onClick={onCodeEditorOpen}
|
||||||
variant='ontime-subtle'
|
variant='ontime-subtle'
|
||||||
size='sm'
|
size='sm'
|
||||||
isDisabled={!data.overrideStyles}
|
isDisabled={isSubmitting}
|
||||||
width='fit-content'
|
width='fit-content'
|
||||||
>
|
>
|
||||||
Edit CSS override
|
Edit CSS override
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ export const ontimeModal = {
|
|||||||
footer: {
|
footer: {
|
||||||
padding: '1rem',
|
padding: '1rem',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
alignItems: 'left',
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user