You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Page/Sidebar/Messages/Messages.css

12 lines
176 B

.messages {
margin-top: auto;
margin-bottom: 20px;
padding-top: 20px;
}
@media only screen and (max-width: $breakpointSmall) {
.messages {
margin-bottom: 0;
}
}