mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-17 02:00:56 +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
18 lines
216 B
SCSS
18 lines
216 B
SCSS
.add-playlist-button {
|
|
float: right;
|
|
position: relative;
|
|
bottom: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
.large-col {
|
|
max-width: 320px;
|
|
}
|
|
|
|
.medium-col {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.small-col {
|
|
max-width: 240px;
|
|
} |