added single post viewing

This commit is contained in:
2024-11-25 19:12:54 -05:00
parent eb9b093485
commit a7f6ecf477
13 changed files with 733 additions and 411 deletions
+16
View File
@@ -18,6 +18,7 @@
display: inline-block; /* makes each card flow naturally into columns */
margin-bottom: 16px; /* adds space between items vertically */
width: 100%; /* ensures card takes up the column width */
cursor: pointer;
}
@@ -130,6 +131,7 @@
margin-top: 12px;
width: 100%;
text-align: right;
cursor: default;
}
/* repost section styling */
@@ -251,6 +253,7 @@
display: flex;
justify-content: space-between;
margin-top: 10px;
cursor: default;
}
/* individual action buttons */
@@ -374,3 +377,16 @@
background-color: #ffcc00;
color: #4e004e;
}
.external-embed-container img {
width: -webkit-fill-available;
}
.notallowed {
cursor: not-allowed !important;
color: #737373 !important;
}
.notallowed:hover {
background-color: transparent !important;
}