🐛 External posts should not display likes and views

This commit is contained in:
Nuno Coração
2023-04-10 22:12:31 +01:00
parent b18027c486
commit e770bc974a
3 changed files with 3 additions and 10 deletions

View File

@@ -1960,11 +1960,6 @@ select {
min-height: auto;
}
.min-h-fit {
min-height: -moz-fit-content;
min-height: fit-content;
}
.min-h-full {
min-height: 100%;
}