+ Pour aligner l’icône (artistes) au centre du cercle violet.

+ 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.
This commit is contained in:
troll 2018-06-10 19:28:33 +00:00
parent ed305a2c7c
commit 30a519f598
1 changed files with 11 additions and 0 deletions

View File

@ -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>