Skip to content

Commit

Permalink
Fix hashtag bar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Aug 25, 2023
1 parent f5b0cca commit 27812cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/javascript/flavours/glitch/styles/components/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1660,25 +1660,3 @@ noscript {
opacity: 1;
}
}

.hashtag-bar {
margin-top: 16px;
display: flex;
flex-wrap: wrap;
font-size: 14px;
gap: 4px;

a {
display: inline-flex;
color: $dark-text-color;
text-decoration: none;

&:hover {
text-decoration: none;

span {
text-decoration: underline;
}
}
}
}
22 changes: 22 additions & 0 deletions app/javascript/flavours/glitch/styles/components/status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1168,3 +1168,25 @@ a.status-card.compact:hover {
border-color: lighten($ui-base-color, 12%);
}
}

.hashtag-bar {
margin-top: 16px;
display: flex;
flex-wrap: wrap;
font-size: 14px;
gap: 4px;

a {
display: inline-flex;
color: $dark-text-color;
text-decoration: none;

&:hover {
text-decoration: none;

span {
text-decoration: underline;
}
}
}
}

0 comments on commit 27812cb

Please sign in to comment.