mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Added content loader module which will add ghosting to the recent videos component while the files are loading Updated custom playlists component to support large sized cards
60 lines
770 B
SCSS
60 lines
770 B
SCSS
.large-col {
|
|
max-width: 320px;
|
|
}
|
|
|
|
.medium-col {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.small-col {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.search-bar {
|
|
transition: all .5s ease;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.search-bar-unfocused {
|
|
width: 132px;
|
|
}
|
|
|
|
.search-input {
|
|
transition: all .5s ease;
|
|
}
|
|
|
|
.search-bar-focused {
|
|
width: 200px;
|
|
}
|
|
|
|
.flex-grid {
|
|
width: 100%;
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
.column {
|
|
width: 33%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sort-dir-div {
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 10px;
|
|
}
|
|
|
|
.my-videos-title {
|
|
text-align: center;
|
|
position: relative;
|
|
top: 12px;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.my-videos-title {
|
|
top: 0px;
|
|
}
|
|
} |