[Glitch] Fix missing CSS in moderation interface
Port e08d22724d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
shrike
parent
dc70ef25b2
commit
7ce079cd26
|
@ -1,10 +1,4 @@
|
||||||
@use 'sass:math';
|
|
||||||
|
|
||||||
.directory {
|
.directory {
|
||||||
background: var(--background-color);
|
|
||||||
border-radius: 4px;
|
|
||||||
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
|
||||||
|
|
||||||
&__tag {
|
&__tag {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -65,7 +59,8 @@
|
||||||
&.active h4 {
|
&.active h4 {
|
||||||
&,
|
&,
|
||||||
.fa,
|
.fa,
|
||||||
small {
|
small,
|
||||||
|
.trends__item__current {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,6 +73,10 @@
|
||||||
&.active .avatar-stack .account__avatar {
|
&.active .avatar-stack .account__avatar {
|
||||||
border-color: $ui-highlight-color;
|
border-color: $ui-highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.trends__item__current {
|
||||||
|
padding-inline-end: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -153,8 +152,9 @@
|
||||||
vertical-align: initial !important;
|
vertical-align: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__interrelationships {
|
tbody td.accounts-table__interrelationships {
|
||||||
width: 21px;
|
width: 21px;
|
||||||
|
padding-inline-end: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
Loading…
Reference in New Issue