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:
authordartcafe <github@dartcafe.de>2021-02-28 15:18:27 +0300
committerdartcafe <github@dartcafe.de>2021-03-02 16:45:46 +0300
commit982c6c169e8e5935f9f664ba76c21f87ba330482 (patch)
tree89ba53e213fdc8c816d99460e360f231e46b5dcd /src/js/components/Base
parent496bd621b8ccd62e9d0beee6ac7f6b6affea9832 (diff)
converting mobile and desktop view to list-view and table-view
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Base')
-rw-r--r--src/js/components/Base/Counter.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Base/Counter.vue b/src/js/components/Base/Counter.vue
index 2ff72cf1..f43c8786 100644
--- a/src/js/components/Base/Counter.vue
+++ b/src/js/components/Base/Counter.vue
@@ -151,7 +151,7 @@ export default {
}
-.mobile .counter {
+.list-view .counter {
flex: 0;
}