~cytrogen/masto-fe

aa4c9730f6da845c275d7b2a574954fafb05b88f — Claire 2 years ago 3ed3d54
Change composer highlight border size to be more noticeable (#25010)

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
@@ 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);
  }
}