remove individual podcast "overwrite" checkbox, improve layout

This commit is contained in:
ryan 2019-01-22 19:06:41 -06:00
parent ccdd447ddc
commit aadc254c88
2 changed files with 8 additions and 16 deletions

View file

@ -4145,15 +4145,15 @@ li .ui-state-hover {
float: none;
}
.podcast-metadata-row > *:first-child {
flex: 0 0 25%;
max-width: 25%;
flex: 0 0 40%;
max-width: 40%;
text-align: right;
padding-right: 2%;
box-sizing: border-box;
}
.podcast-metadata-row > *:last-child {
flex: 0 0 75%;
max-width: 75%;
flex: 0 0 60%;
max-width: 60%;
box-sizing: border-box;
text-align: left;
}