more responsive fixes

This commit is contained in:
2024-01-16 21:35:46 +01:00
parent 7aa23cfbe9
commit bade38efc6
4 changed files with 54 additions and 14 deletions
+2 -1
View File
@@ -199,9 +199,10 @@
border: 0;
}
@media (max-width: 500px) {
@media (max-width: 575px) {
.stream-item-star {
opacity: 0.5;
font-size: 24px;
}
}
</style>