~cytrogen/masto-fe

1527b02c6d7b542dfdfab41e55b8b8b437c8c46f — Claire 2 years ago 1419f90
Fix sass warning about deprecated slash as division (#24653)

Co-authored-by: Nick Schonning <nschonni@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 1170,7 1170,7 @@ body > [data-popper-placement] {
    width: 0;
    position: absolute;
    top: 0;
    inset-inline-start: 16px + ((46px - 2px) / 2);
    inset-inline-start: 16px + ((46px - 2px) * 0.5);

    &--full {
      top: 0;