Files
YoutubeDL-Material/src/app/dialogs/video-info-dialog/video-info-dialog.component.scss
Isaac Abadi 665bcc04a7 Added ability to favorite a file
Moved file filter options above the list of files, and added option to filter for favorites
2022-12-28 21:48:24 -06:00

32 lines
407 B
SCSS

.info-item {
margin-bottom: 12px;
width: 100%;
}
.info-item-value {
font-size: 13px;
display: inline-block;
width: 70%;
}
.spacer {flex: 1 1 auto;}
.info-item-label {
display: inline-block;
width: 30%;
vertical-align: top;
}
.info-field {
width: 90%;
}
.a-wrap {
word-wrap: break-word
}
.favorite-button {
position: absolute;
right: 4px;
top: 4px;
}