From 30a519f5985e661ca55cef8bf162498976f6cada Mon Sep 17 00:00:00 2001 From: troll <my_name_is_troll@protonmail.com> Date: Sun, 10 Jun 2018 19:28:33 +0000 Subject: [PATCH] =?UTF-8?q?+=20Pour=20aligner=20l=E2=80=99ic=C3=B4ne=20(ar?= =?UTF-8?q?tistes)=20au=20centre=20du=20cercle=20violet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + Pour espacer les boutons: - start radio - play all albums - search on wikipedia - view on MusicBrainz quand le navigateur est réduit car les boutons étaient collés les uns aux autres. --- front/src/App.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/front/src/App.vue b/front/src/App.vue index 673f8386..1c0434f2 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -154,4 +154,15 @@ html, body { .floated.buttons .button ~ .dropdown { border-left: none; } + +.ui.icon.header .circular.icon { + display: flex; + justify-content: center; + +} + +.segment-content .button{ + margin: 0.5em; +} + </style> -- GitLab