this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix height

+8 -2
+8 -2
style.css
··· 7 7 font-family: system-ui, sans-serif; 8 8 background: #111; 9 9 color: #eee; 10 - min-height: 100dvh; 10 + height: 100dvh; 11 + overflow: hidden; 11 12 } 12 13 13 14 .center { ··· 55 56 .app { 56 57 display: flex; 57 58 flex-direction: column; 58 - min-height: 100dvh; 59 + height: 100dvh; 60 + overflow: hidden; 59 61 } 60 62 header { 61 63 display: flex; ··· 128 130 .videos { 129 131 position: relative; 130 132 flex: 1; 133 + min-height: 0; 131 134 background: #000; 135 + overflow: hidden; 132 136 } 133 137 .remote-video { 138 + position: absolute; 139 + inset: 0; 134 140 width: 100%; 135 141 height: 100%; 136 142 object-fit: contain;