Change composer highlight border size to be more noticeable (#25010)

local
Claire 1 year ago committed by GitHub
parent 3ed3d54bf3
commit aa4c9730f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

@ -3118,7 +3118,7 @@ $ui-header-height: 55px;
&.active {
transition: none;
box-shadow: 0 0 0 2px rgba(lighten($highlight-text-color, 8%), 0.7);
box-shadow: 0 0 0 6px rgba(lighten($highlight-text-color, 8%), 0.7);
}
}

Loading…
Cancel
Save