Miscellaneous cleanup (#3148)

This commit is contained in:
absidue 2023-02-04 08:04:04 +01:00 committed by GitHub
parent bfa669889a
commit 3ca561c3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 7 deletions

View File

@ -76,9 +76,6 @@ export default defineComponent({
`${exportNewPipe} (.json)`
]
},
usingElectron: function () {
return process.env.IS_ELECTRON
},
primaryProfile: function () {
return JSON.parse(JSON.stringify(this.profileList[0]))
}

View File

@ -44,4 +44,4 @@
</template>
<script src="./download-settings.js" />
<style scoped lang="scss" src="./download-settings.scss" />
<style scoped src="./download-settings.css" />

View File

@ -6,4 +6,3 @@
</template>
<script src="./ft-timestamp-catcher.js" />
<style scoped src="./ft-timestamp-catcher.css" />

View File

@ -2,7 +2,8 @@
min-width: 240px;
width: auto;
}
// https://vue-loader.vuejs.org/guide/scoped-css.html#deep-selectors
/* https://vue-loader.vuejs.org/guide/scoped-css.html#deep-selectors */
.select:deep(.select-text) {
min-width: 240px;
width: auto;

View File

@ -141,4 +141,4 @@
</template>
<script src="./general-settings.js" />
<style scoped lang="scss" src="./general-settings.scss" />
<style scoped src="./general-settings.css" />