mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-27 15:39:38 +00:00
added routing with two routes: home and player moved most of app component to main component. app component currently just manages the top toolbar
13 lines
197 B
CSS
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;
|
|
} |