~cytrogen/masto-fe

1f141f656dc3fd2b3af5d6edde331bac31bb6526 — Eugen Rochko 2 years ago 398635c
Change onboarding prompt to use full width of banner in web UI (#26829)

1 files changed, 1 insertions(+), 2 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -2
@@ 8877,7 8877,6 @@ noscript {
  border-radius: 8px;
  border: 1px solid $highlight-text-color;
  background: rgba($highlight-text-color, 0.15);
  padding-inline-end: 45px;
  overflow: hidden;

  &__background-image {


@@ 8940,7 8939,7 @@ noscript {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    padding: 10px;
    padding: 15px 10px;

    .icon-button {
      color: $highlight-text-color;