Skip to content

Commit

Permalink
adjust dashboard styles
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 4, 2025
1 parent 55414f7 commit e9db68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Home/DbDevices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ const DeviceActions = ({
(effect ? 3.2 : 11.8) +
(effect && virtuals[virtId]?.config.rows > 1 ? -0.9 : 4.2) +
(!effect && virtuals[virtId]?.config.rows > 1 ? 4.2 : 0) -
(lastEffect ? 0 : 2.1)
(lastEffect ? 0 : 2.1) -
(!effect && lastEffect ? 2.1 : 0)
}}
size="small"
onClick={(e) => {
Expand Down

0 comments on commit e9db68f

Please sign in to comment.