mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 05:39:16 +02:00
+ 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
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue