Fix hashtag bar styling

th-new
Claire 2023-08-25 21:46:43 +02:00
parent 45690b01d1
commit 7ae45676c8
2 changed files with 22 additions and 22 deletions

View File

@ -1661,25 +1661,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;
}
}
}
}

View File

@ -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;
}
}
}
}