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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-06-12 11:29:45 +0300
committerGitHub <noreply@github.com>2020-06-12 11:29:45 +0300
commit1dfa539eb09c6756bae47ea8f09f832b4e5723c3 (patch)
treec21e4c879d2781c1d07b8e59e350f55ee04385aa /src/js/components/PollList
parentec6ba771a5d2d1db10cc883872e99238be483447 (diff)
add linter actions for js (#964)
add linter actions for js
Diffstat (limited to 'src/js/components/PollList')
-rw-r--r--src/js/components/PollList/PollItem.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/components/PollList/PollItem.vue b/src/js/components/PollList/PollItem.vue
index 9864f307..b5627e1b 100644
--- a/src/js/components/PollList/PollItem.vue
+++ b/src/js/components/PollList/PollItem.vue
@@ -246,6 +246,7 @@ export default {
width: 44px;
min-width: 44px;
}
+
.item__title {
display: flex;
flex-direction: column;
@@ -261,6 +262,7 @@ export default {
.item__access {
width: 80px;
}
+
.item__owner {
width: 230px;
}
@@ -319,6 +321,7 @@ export default {
.item__type--textPoll {
background-image: var(--icon-toggle-filelist-000);
}
+
.item__type--datePoll {
background-image: var(--icon-calendar-000);
}