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
This commit is contained in:
commit
d544ae3c1b
|
@ -169,4 +169,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