Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Feb 5, 2024
1 parent 3a69fdf commit c2dd8a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

:host {
.scrollbar-hidden();

--tui-action-gap: 24;
--tui-actions-padding: 0.5rem;
--tui-item-size: 44;
Expand Down Expand Up @@ -42,6 +43,7 @@
--t-factor: calc((var(--t-actions-width) - var(--t-distance)) / var(--t-actions-width));
--t-scale: calc(1 / var(--t-factor));
--t-translate: calc(1px * (1 - 1 / var(--t-factor)));

transform: ~'translate3d(calc(calc((-100% - calc(1px * var(--tui-action-gap))) * (@{i} - 1)) / var(--t-scale)), 0, var(--t-translate))';
scale: var(--t-scale);
}
Expand Down

0 comments on commit c2dd8a6

Please sign in to comment.