mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-28 07:59:37 +00:00
27 lines
375 B
SCSS
27 lines
375 B
SCSS
.add-subscription-button {
|
|
position: fixed;
|
|
bottom: 30px;
|
|
right: 30px;
|
|
}
|
|
|
|
.subscription-card {
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
|
|
.content-loading-div {
|
|
position: absolute;
|
|
width: 200px;
|
|
height: 50px;
|
|
bottom: -18px;
|
|
}
|
|
|
|
.a-list-item {
|
|
height: 48px;
|
|
padding-top: 12px !important;
|
|
}
|
|
|
|
.sub-nav-list {
|
|
margin: 0 auto;
|
|
width: 80%;
|
|
} |