L-Sun
2025-02-13 04:18:11 +00:00
parent 01b9aa91b2
commit 011c18de8b
4 changed files with 138 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ const buttonPadding = 4;
export const button = style({
padding: buttonPadding,
pointerEvents: 'auto',
color: cssVarV2('icon/transparentBlack'),
});
export const headerHeight = 2 * headerPadding + iconSize + 2 * buttonPadding;