FreeTube/src/renderer/views/Trending/Trending.css

24 lines
310 B
CSS

.card {
width: 85%;
margin: 0 auto;
margin-bottom: 60px;
}
.floatingTopButton {
position: fixed;
top: 70px;
right: 10px;
}
@media only screen and (max-width: 350px) {
.floatingTopButton {
position: absolute
}
}
@media only screen and (max-width: 680px) {
.card {
width: 90%;
}
}