From e56e140f65e574a6db3f6bdea6c47539da9163e7 Mon Sep 17 00:00:00 2001 From: sunya9 Date: Sat, 14 Oct 2017 19:47:05 +0900 Subject: [PATCH] Fix button position in modal --- assets/css/index.css | 4 ++++ assets/js/clear-playlist-modal.js | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 5048e37..9c7cae1 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -44,6 +44,10 @@ a { margin-left: 0.2rem; } +.modal-card-foot.is-right { + justify-content: flex-end; +} + .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out; } diff --git a/assets/js/clear-playlist-modal.js b/assets/js/clear-playlist-modal.js index c691d17..3bc962c 100644 --- a/assets/js/clear-playlist-modal.js +++ b/assets/js/clear-playlist-modal.js @@ -30,9 +30,9 @@ Vue.component('clear-playlist-modal', {

Do you really want to clear the playlist?

If you click the clear button, all of tracks in the playlist will be removed.

-