basics of resonsive layout

This commit is contained in:
2024-01-11 00:07:15 +01:00
parent a60deb8cd8
commit 671cf3b44e
4 changed files with 34 additions and 14 deletions
+6
View File
@@ -198,4 +198,10 @@
.material-icons::-moz-focus-inner {
border: 0;
}
@media (max-width: 500px) {
.stream-item-star {
opacity: 0.5;
}
}
</style>