Fix use of unscoped CSS (#140)

This commit is contained in:
Geometrically
2023-11-13 18:16:39 -07:00
committed by GitHub
parent 5051ad91ff
commit 74e6caf633
4 changed files with 4 additions and 4 deletions

View File

@@ -643,7 +643,7 @@ function openVideoModal() {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.file-input {
width: 100%;
padding: 1.5rem;

View File

@@ -101,7 +101,7 @@ function switchPage(newPage: number) {
}
</script>
<style scoped lang="scss">
<style lang="scss" scoped>
.paginates {
display: flex;
}

View File

@@ -44,7 +44,7 @@ const props = withDefaults(
const target = computed(() => (props.external ? '_blank' : '_self'))
</script>
<style lang="scss">
<style lang="scss" scoped>
.GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD {
position: relative;
margin-bottom: var(--gap-md);

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.6.6",
"version": "0.6.7",
"files": [
"dist",
"locales"