Merge branch 'troll-develop-patch-82829' into 'develop'

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

See merge request funkwhale/funkwhale!247
merge-requests/251/head
Eliot Berriot 2018-06-11 16:24:57 +00:00
commit d544ae3c1b
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -169,4 +169,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>