mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
remove custom monospace font columns
This commit is contained in:
@@ -306,10 +306,6 @@ const TrackRow = memo(
|
|||||||
const { fixedWidth, isFixedColumn } = getTrackColumnFixed(col.id);
|
const { fixedWidth, isFixedColumn } = getTrackColumnFixed(col.id);
|
||||||
const style: React.CSSProperties = {
|
const style: React.CSSProperties = {
|
||||||
flex: isFixedColumn ? `0 0 ${fixedWidth}px` : `${percent} 1 0`,
|
flex: isFixedColumn ? `0 0 ${fixedWidth}px` : `${percent} 1 0`,
|
||||||
fontFamily:
|
|
||||||
col.id === TableColumn.DURATION || col.id === TableColumn.TRACK_NUMBER
|
|
||||||
? 'monospace'
|
|
||||||
: undefined,
|
|
||||||
minWidth: isFixedColumn ? fixedWidth : 0,
|
minWidth: isFixedColumn ? fixedWidth : 0,
|
||||||
textAlign: textAlignFromAlign(col.align),
|
textAlign: textAlignFromAlign(col.align),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user