Differentiate friends/local/federated reviews

This commit is contained in:
Mouse Reeve
2020-02-23 14:26:03 -08:00
parent 20522cbd11
commit a46193a37b
12 changed files with 118 additions and 30 deletions

View File

@@ -87,11 +87,11 @@ h2 {
margin-right: 0;
}
#feed-tabs {
.tabs {
display: flex;
flex-direction: row;
}
.active {
.tab.active {
background-color: #FF1654;
}