You've already forked AstralRinth
forked from didirus/AstralRinth
Fix use of unscoped CSS (#140)
This commit is contained in:
@@ -643,7 +643,7 @@ function openVideoModal() {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.file-input {
|
.file-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ function switchPage(newPage: number) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style lang="scss" scoped>
|
||||||
.paginates {
|
.paginates {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const props = withDefaults(
|
|||||||
const target = computed(() => (props.external ? '_blank' : '_self'))
|
const target = computed(() => (props.external ? '_blank' : '_self'))
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD {
|
.GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: var(--gap-md);
|
margin-bottom: var(--gap-md);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "omorphia",
|
"name": "omorphia",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.6.6",
|
"version": "0.6.7",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"locales"
|
"locales"
|
||||||
|
|||||||
Reference in New Issue
Block a user