mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 17:09:09 +00:00
fix: prevent clipping on bold font sizes
This commit is contained in:
committed by
Alex Christoffer Rasmussen
parent
48b9cf042f
commit
2037aef080
@@ -42,8 +42,8 @@ const fontSizeMap: { [key: number]: number } = {
|
|||||||
4: 28, // 9:01
|
4: 28, // 9:01
|
||||||
5: 28, // -9:01, 10:01, 9 min
|
5: 28, // -9:01, 10:01, 9 min
|
||||||
6: 25, // -10:01, 10 min
|
6: 25, // -10:01, 10 min
|
||||||
8: 20, // 23:01:01
|
8: 18, // 23:01:01
|
||||||
9: 20, // -23:01:01
|
9: 18, // -23:01:01
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user