mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: compact event block size
This commit is contained in:
committed by
Carlos Valente
parent
99dd4b4d5c
commit
6fc7b15d23
@@ -51,6 +51,8 @@ export default function EditableBlockTitle(props: TitleEditorProps) {
|
|||||||
fontWeight='600'
|
fontWeight='600'
|
||||||
letterSpacing='0.25px'
|
letterSpacing='0.25px'
|
||||||
paddingLeft='0'
|
paddingLeft='0'
|
||||||
|
size='sm'
|
||||||
|
fontSize='1rem'
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,11 @@ $skip-opacity: 0.2;
|
|||||||
'binder ... ... ...';
|
'binder ... ... ...';
|
||||||
|
|
||||||
grid-template-columns: $block-binder-width 3rem 1fr auto;
|
grid-template-columns: $block-binder-width 3rem 1fr auto;
|
||||||
grid-template-rows: 0.25rem 2.25rem 2.25rem 2.25rem 0.25rem;
|
grid-template-rows: 0.125rem 2rem 2rem 2rem 0.125rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: $block-clearance;
|
padding-right: $block-clearance;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
|
row-gap: 0.25rem;
|
||||||
|
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: $transition-time-feedback;
|
transition-duration: $transition-time-feedback;
|
||||||
@@ -120,7 +121,7 @@ $skip-opacity: 0.2;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
gap: 0.5rem;
|
gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.eventTimers {
|
.eventTimers {
|
||||||
|
|||||||
Reference in New Issue
Block a user