|
@@ -90,15 +90,15 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.youtube-tab {
|
|
.youtube-tab {
|
|
|
|
+ height: calc(100% - 32px);
|
|
|
|
+
|
|
#song-query-results {
|
|
#song-query-results {
|
|
height: calc(100% - 74px);
|
|
height: calc(100% - 74px);
|
|
- max-height: 740px;
|
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
|
|
.search-query-item {
|
|
.search-query-item {
|
|
/deep/ .thumbnail-and-info {
|
|
/deep/ .thumbnail-and-info {
|
|
width: calc(100% - 29px);
|
|
width: calc(100% - 29px);
|
|
- max-width: 500px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.icon-selected {
|
|
.icon-selected {
|