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

27 lines
297 B

.sectionContainer {
display: flex;
flex: 1 1 10%;
}
.section {
display: flex;
align-items: center;
flex-grow: 1;
}
.left {
justify-content: flex-start;
}
.center {
justify-content: center;
}
.right {
justify-content: flex-end;
}
.overflowMenuItemIcon {
margin-right: 8px;
}