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.
Radarr/frontend/src/Components/Page/Toolbar/PageToolbar.css

17 lines
325 B

.toolbar {
display: flex;
justify-content: space-between;
flex: 0 0 auto;
padding: 0 20px;
height: $toolbarHeight;
background-color: var(--toolbarBackgroundColor);
color: var(--toolbarColor);
line-height: 60px;
}
@media only screen and (max-width: $breakpointSmall) {
.toolbar {
padding: 0 10px;
}
}