+ 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:
parent
ed305a2c7c
commit
30a519f598
|
@ -154,4 +154,15 @@ html, body {
|
||||||
.floated.buttons .button ~ .dropdown {
|
.floated.buttons .button ~ .dropdown {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.icon.header .circular.icon {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.segment-content .button{
|
||||||
|
margin: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue