mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-24 13:40:57 +03:00
Paginator length fixed Updated styling on paginator Added new text if videos are not present on the home page (due to filter or no downloads in general)
64 lines
807 B
SCSS
64 lines
807 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;
|
|
}
|
|
|
|
.paginator {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.my-videos-title {
|
|
text-align: center;
|
|
position: relative;
|
|
top: 12px;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.my-videos-title {
|
|
top: 0px;
|
|
}
|
|
} |