mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-28 07:30:56 +03:00
Moved file filter options above the list of files, and added option to filter for favorites
32 lines
407 B
SCSS
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;
|
|
} |