mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-22 12:40:56 +03:00
19 lines
276 B
CSS
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;
|
|
} |