Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorNikola <nikola.gladovic@nextcloud.com>2022-03-04 22:10:57 +0300
committerNikola <nikola.gladovic@nextcloud.com>2022-03-04 22:10:57 +0300
commitfd5928a1576cd8bc395e3b273865d511e1020d3c (patch)
treed55a6cb4d2ec801099e75d25e4706e7c063a9f88 /src/views
parent090765b648cdfebf1db85b86ecdff857173387bc (diff)
6927: fixed lint issues for new button of dashboardfeat/6927/button-for-dashboard
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Dashboard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 00ca14673..eed707118 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -206,7 +206,6 @@ export default {
</script>
<style lang="scss" scoped>
- @import '../assets/buttons';
::v-deep .item-list__entry {
position: relative;
}
@@ -220,6 +219,7 @@ export default {
margin-bottom: 2vh;
}
}
+
.button-start-conversation {
margin: 0 auto;
margin-top: 3px;