Feed works with random testposts

This commit is contained in:
MisbehavedNinjaRadiator 2025-06-18 15:48:21 +02:00 committed by MisbehavedNinjaRadiator
parent e3e6649a51
commit 357f370b56
5 changed files with 141 additions and 44 deletions

View file

@ -0,0 +1,17 @@
.testPostCard {
width: 100%;
height: 180px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 3rem;
font-weight: bold;
color: white;
user-select: none;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.testPostNumber {
pointer-events: none;
}