summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/clip.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/pages/clip.vue')
-rw-r--r--packages/frontend/src/pages/clip.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/clip.vue b/packages/frontend/src/pages/clip.vue
index e0fbcb6bed..b47ce13557 100644
--- a/packages/frontend/src/pages/clip.vue
+++ b/packages/frontend/src/pages/clip.vue
@@ -1,7 +1,7 @@
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions"/></template>
- <MkSpacer :content-max="800">
+ <MkSpacer :content-max="800">
<div v-if="clip">
<div class="okzinsic _panel">
<div v-if="clip.description" class="description">
@@ -105,7 +105,7 @@ definePageMetadata(computed(() => clip ? {
} : null));
</script>
-<style lang="scss" scoped>
+<style lang="scss">
.okzinsic {
position: relative;
margin-bottom: var(--margin);