[Glitch] Fix visual glitches with filtering posts
Port 54aefa90145960de5c80b4ee4f6b60accd8d9a6c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
4b491674b2
commit
568d6a9eac
@ -5613,6 +5613,9 @@ a.status-card {
|
|||||||
|
|
||||||
&__results {
|
&__results {
|
||||||
&__item {
|
&__item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -6619,7 +6622,7 @@ a.status-card {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $inverted-text-color;
|
color: $highlight-text-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user