mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
index: fix wrong transform
This commit is contained in:
parent
f3848ece6f
commit
9d0ebe5eb6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ prevent_zoom: true
|
|||
{{> const style = `
|
||||
bg-white font-[ecrou] text-black text-sm outline-2 outline-black
|
||||
select-none
|
||||
px-1 pt-0.5 transform-[translateY(calc(-var(--spacing)*0.5/2))]
|
||||
px-1 pt-0.5 transform-[translateY(calc(var(--spacing)*-0.5/2))]
|
||||
nuclear
|
||||
` }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue