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
+6 -2
View File
@@ -1,10 +1,9 @@
/* zoom container styles */
.zoom-container {
top: 5vh;
position: fixed;
display: inline-block;
overflow: hidden;
/* overflow: hidden; */
cursor: pointer;
max-height: 90vh;
max-width: 90vw;
@@ -12,6 +11,10 @@
z-index: 9999;
}
.hidden {
display: none;
}
/* initial image styling */
.zoom-video, .zoom-image {
max-height: 88vh;
@@ -20,6 +23,7 @@
cursor: pointer;
border-radius: 8px;
border: solid 2px lightblue;
width: auto;
}
/* styles for full-screen zoomed view */