~cytrogen/masto-fe

374a1095464e5ad030e8d36a14d01e8f7bf66bd5 — Chike Nwaenie 3 years ago 0091b28
[Glitch] Change styling of the recommended accounts to allow bio to be more visible

Port e1b4eeb6367e0f4af64ed739ba20c9762dce43f5 to glitch-soc

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

M app/javascript/flavours/glitch/styles/components/accounts.scss
M app/javascript/flavours/glitch/styles/components/accounts.scss => app/javascript/flavours/glitch/styles/components/accounts.scss +3 -1
@@ 20,9 20,11 @@
  }

  &__note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: $ui-secondary-color;
  }