Skip to content

Commit

Permalink
th: fiddle with quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
kouhaidev authored and sneakers-the-rat committed Jun 30, 2024
1 parent 73dfe5b commit f058adb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/javascript/flavours/glitch/styles/rich_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,21 @@

.status__quote {
padding-bottom: 0.5em;
pointer-events: none;

// HACK: adjust quote icon alignment & color icon for emph
.quote-display-name > .icon {
margin-left: -4px;

// hopefully this doesn't break user css
margin-bottom: -6px;

// needs to match below: &:is(blockquote)
color: $highlight-text-color;
}

// see below: .status_quote|&:is(blockquote)
&:is(blockquote) {
border-left-color: $highlight-text-color;
}
}

0 comments on commit f058adb

Please sign in to comment.