From 6beda918c318386a4041b1693385a941a50548c8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 23 Aug 2020 01:39:03 -0600 Subject: [PATCH] Add mobile style for the buttons in the share modal --- src/components/modals/ShareTrack.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/modals/ShareTrack.vue b/src/components/modals/ShareTrack.vue index b202aa1..c483c71 100644 --- a/src/components/modals/ShareTrack.vue +++ b/src/components/modals/ShareTrack.vue @@ -87,7 +87,7 @@ export default { .share-buttons > button { margin-bottom: 10px; - width: 64%; + width: 90%; } @media only screen and (min-width: 768px) { @@ -95,5 +95,8 @@ export default { width: 50%; max-height: 75%; } + .share-buttons > button { + width: 64%; + } } \ No newline at end of file