Client Code Done - Needs Bug Fixing

This commit is contained in:
2026-04-26 00:06:49 -04:00
parent a52ae2f4a4
commit 92c432cd49
7 changed files with 548 additions and 504 deletions

View File

@@ -86,4 +86,29 @@ textarea::-webkit-scrollbar-thumb {
border: 1px solid #332940;
border-radius: 10px;
padding: 12px;
}
.remote-media-container {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
flex-wrap: nowrap;
overflow-x: auto;
padding: 8px 0;
}
.remote-media-tile,
.remote-tile {
flex: 0 0 auto;
width: 320px;
}
.remote-media-tile video,
.remote-tile video {
width: 320px;
height: 240px;
background: #111;
border-radius: 8px;
object-fit: cover;
}