style: class useless
This commit is contained in:
parent
bba6803b5b
commit
515f00fffc
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ul class="bar">
|
||||
<ul>
|
||||
<NcAppNavigationNewItem :name="t('repod', 'Add a RSS link')" @new-item="addSubscription">
|
||||
<template #icon>
|
||||
<Plus :size="20" />
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.bar {
|
||||
ul {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user