Files
YoutubeDL-Material/src/app/app.component.css
Isaac Grynsztein ae605d5f70 Added ability to set config from settings
theme slide toggle is now in top right menu
2020-03-05 22:38:23 -05:00

19 lines
276 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;
}
.theme-slide-toggle {
top: 2px;
left: 10px;
position: relative;
}