FreeTube/src/renderer/components/watch-video-recommendations/watch-video-recommendations...

20 lines
266 B
CSS

.relative {
position: relative;
}
.watchVideoRecommendations {
display: grid;
grid-gap: 8px;
}
.autoPlayToggle {
display: flex;
justify-content: flex-end;
align-items: center;
}
.VideoRecommendationsTopBar{
display:flex;
justify-content:space-between;
}