Skip to content

Commit

Permalink
[Glitch] Implement UI for Admin Search of Hashtags
Browse files Browse the repository at this point in the history
Port SCSS changes from c40e481 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ThisIsMissEm authored and ClearlyClaire committed Jul 29, 2024
1 parent eae81d3 commit ceb7972
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/flavours/glitch/styles/accounts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@
color: $primary-text-color;
font-weight: 700;
}

.warning-hint {
font-weight: normal !important;
}
}

&__body {
Expand Down
4 changes: 4 additions & 0 deletions app/javascript/flavours/glitch/styles/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ a.table-action-link {
padding: 0;
}

&--padded {
padding: 12px 16px 16px;
}

&--with-image {
display: flex;
align-items: center;
Expand Down

0 comments on commit ceb7972

Please sign in to comment.