restored video function, app renders without crashing #16
@@ -126,18 +126,13 @@
|
||||
|
||||
/* Feed */
|
||||
|
||||
.content-container {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
top: 5rem;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.feed {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
width: 90vw;
|
||||
top: 5rem;
|
||||
}
|
||||
|
||||
/* Page handling */
|
||||
|
||||
@@ -7,10 +7,8 @@ function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Navbar />
|
||||
<div className="content-container">
|
||||
<div className="feed">
|
||||
<Feed />
|
||||
</div>
|
||||
<div className="feed">
|
||||
<Feed />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
img, video {
|
||||
max-height: 45rem;
|
||||
max-width: 75%;
|
||||
max-width: 95%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ img, video {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
max-width: 60%;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
#post-audio {
|
||||
|
||||
Reference in New Issue
Block a user