diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 18:28:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 18:28:57 +0900 |
| commit | 83e1068da302fa5dd5116f8fb25846332e9afbec (patch) | |
| tree | 1c1e646cbefe93152bf4e5eb7695b02d42d636ee /src/client/components | |
| parent | chore(client): :art: (diff) | |
| download | sharkey-83e1068da302fa5dd5116f8fb25846332e9afbec.tar.gz sharkey-83e1068da302fa5dd5116f8fb25846332e9afbec.tar.bz2 sharkey-83e1068da302fa5dd5116f8fb25846332e9afbec.zip | |
wip
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; |