mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 06:58:02 +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 {
|
||||
align-items: start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ export default function ViewSettingsForm() {
|
||||
onClick={onCodeEditorOpen}
|
||||
variant='ontime-subtle'
|
||||
size='sm'
|
||||
isDisabled={!data.overrideStyles}
|
||||
isDisabled={isSubmitting}
|
||||
width='fit-content'
|
||||
>
|
||||
Edit CSS override
|
||||
|
||||
@@ -27,6 +27,7 @@ export const ontimeModal = {
|
||||
footer: {
|
||||
padding: '1rem',
|
||||
display: 'flex',
|
||||
alignItems: 'left',
|
||||
gap: '0.5rem',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user