From 65d0dbb9b3388e03c312c1dd456feeef740289e0 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 12:49:14 -0500 Subject: Start styling and add initial dark mode support --- src/components/ActionBar.vue | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'src/components/ActionBar.vue') diff --git a/src/components/ActionBar.vue b/src/components/ActionBar.vue index 96dbaae..da70b8a 100644 --- a/src/components/ActionBar.vue +++ b/src/components/ActionBar.vue @@ -1,25 +1,26 @@ + + -- cgit v1.2.3 From 21f8621395532eb1d3a6e7fde217eb67ac9374fe Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 12:58:40 -0500 Subject: Make ActionBar horizontally scroll on overflow --- src/components/ActionBar.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/ActionBar.vue') diff --git a/src/components/ActionBar.vue b/src/components/ActionBar.vue index da70b8a..279a885 100644 --- a/src/components/ActionBar.vue +++ b/src/components/ActionBar.vue @@ -76,6 +76,12 @@ export default {