Skip to content

Commit

Permalink
fix position (#3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro authored Dec 11, 2024
1 parent 652cf1d commit b161870
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/implementations/vanilla/components/file/file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ $file: null !default;
margin-inline-start: auto;
margin-top: map.get($file, 'file-action-spacing-desktop');
position: map.get($file, 'file-action-position');
top: map.get($file, 'file-action-position-top');

> * {
margin-top: 0;
Expand Down
1 change: 0 additions & 1 deletion src/themes/ec/variables/_file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ $file: (
file-action-spacing-desktop: var(--s-xs),
file-action-separator: var(--s-xl),
file-action-position: absolute,
file-action-position-top: auto,
file-footer-border: 1px solid var(--c-n-60),
file-footer-flex-direction: column,
file-footer-padding: var(--s-m) 0,
Expand Down
1 change: 0 additions & 1 deletion src/themes/eu/variables/_file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ $file: (
file-detail-meta-color: var(--c-d-140),
file-detail-padding-bottom: var(--s-l),
file-action-position: relative,
file-action-position-top: calc(var(--s-m) * -1),
file-action-spacing-mobile: var(--s-m),
file-action-spacing-desktop: 0,
file-action-separator: var(--s-l),
Expand Down

2 comments on commit b161870

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.