hidden shit, and online status bars, search settings
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import type { IconSize } from './types';
|
||||
|
||||
/** App chrome icons; ~4% above the original folds scale after +30% then -20%. */
|
||||
export const ICON_PIXEL_SIZES: Record<IconSize, number | undefined> = {
|
||||
'50': 10,
|
||||
'100': 12,
|
||||
'200': 16,
|
||||
'300': 20,
|
||||
'400': 24,
|
||||
'500': 28,
|
||||
'600': 32,
|
||||
'100': 13,
|
||||
'200': 17,
|
||||
'300': 21,
|
||||
'400': 25,
|
||||
'500': 29,
|
||||
'600': 34,
|
||||
Inherit: undefined,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user