freetube/src/renderer/views/Subscriptions/Subscriptions.css

22 lines
267 B
CSS
Raw Normal View History

2020-02-16 18:30:00 +00:00
.card {
width: 85%;
margin: 0 auto;
margin-bottom: 60px;
}
.message {
color: var(--tertiary-text-color);
}
.floatingTopButton {
position: absolute;
top: 70px;
right: 10px;
}
@media only screen and (max-width: 680px) {
.card {
width: 90%;
}
}