mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Bunch the avatars
This commit is contained in:
parent
3eda1e2267
commit
c1588322aa
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
|
|
||||||
.ancestors-indicator {
|
.ancestors-indicator {
|
||||||
font-size: 70% !important;
|
font-size: 70% !important;
|
||||||
|
|
||||||
|
& > .avatar:not(:first-child) {
|
||||||
|
margin-left: -4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ancestors-indicator:not([hidden]) {
|
.ancestors-indicator:not([hidden]) {
|
||||||
animation: slide-up 0.3s both ease-out 0.3s;
|
animation: slide-up 0.3s both ease-out 0.3s;
|
||||||
|
|
Loading…
Reference in a new issue