~cytrogen/masto-fe

15c865808a68517e2912be3cbce38d4460152745 — Eugen Rochko 2 years ago 08b495d
[Glitch] Change onboarding prompt to use full width of banner in web UI

Port 1f141f656dc3fd2b3af5d6edde331bac31bb6526 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 2 deletions(-)

M app/javascript/flavours/glitch/styles/components/columns.scss
M app/javascript/flavours/glitch/styles/components/columns.scss => app/javascript/flavours/glitch/styles/components/columns.scss +1 -2
@@ 985,7 985,6 @@ $ui-header-height: 55px;
  border-radius: 8px;
  border: 1px solid $highlight-text-color;
  background: rgba($highlight-text-color, 0.15);
  padding-inline-end: 45px;
  overflow: hidden;

  &__background-image {


@@ 1048,7 1047,7 @@ $ui-header-height: 55px;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    padding: 10px;
    padding: 15px 10px;

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