diff options
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/notifications.vue | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index 5c5b5fb810..fa1e2fad71 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -87,13 +87,6 @@ export default Vue.extend({ <style lang="scss" scoped> .mfcuwfyp { - > .notifications { - > ::v-deep * { - //margin-bottom: var(--margin); - margin-bottom: 0; - } - } - > .empty { margin: 0; padding: 16px; |