Compare commits

..

9 Commits

Author SHA1 Message Date
Vikeo
559d828fed fix lint 2024-09-22 09:55:39 +02:00
Vikeo
8a54b168c9 fix lint 2024-09-22 09:51:56 +02:00
Vikeo
b118fce4a9 Merge remote-tracking branch 'origin/main' into monarch 2024-09-22 09:47:54 +02:00
Vikeo
a9f99ab5a1 last cleanup 2024-09-22 09:45:43 +02:00
Vikeo
0cf7761e6b use monarch button 2024-09-22 09:27:48 +02:00
Vikeo
0ad5dfadb6 monarch button 2024-09-22 09:27:15 +02:00
Vikeo
7021646790 cleanup 2024-09-22 09:25:57 +02:00
Vikeo
6c6964dc22 Merge branch 'main' into monarch 2024-08-31 20:15:06 +02:00
Vikeo
b8ac0b9250 wip 2024-08-31 20:05:13 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "life-trinket",
"private": true,
"version": "1.0.1",
"version": "0.9.99",
"type": "commonjs",
"engines": {
"node": ">=20",

View File

@@ -30,7 +30,7 @@ const CommanderDamageButton = twc.button<RotationButtonProps>((props) => [
]);
const CommanderDamageTextContainer = twc.div<RotationDivProps>((props) => [
'relative -translate-y-1/2 top-1/2 left-1/2 tabular-nums pointer-events-none select-none webkit-user-select-none',
'relative top-1/2 left-1/2 tabular-nums pointer-events-none select-none webkit-user-select-none',
props.$rotation === Rotation.SideFlipped || props.$rotation === Rotation.Side
? 'rotate-[270deg]'
: '',