Files
YoutubeDL-Material/src/app/app.component.css
Isaac Grynsztein 8e7bb4ba3b added custom player
added routing with two routes: home and player

moved most of app component to main component. app component currently just manages the top toolbar
2020-02-15 02:13:21 -05:00

13 lines
197 B
CSS

.flex-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.flex-column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}