mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
fix(callouts): set height to entire callout content
This commit is contained in:
parent
0ecb859d2d
commit
cff431ca31
@ -123,7 +123,9 @@
|
|||||||
transform: rotateZ(-90deg);
|
transform: rotateZ(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.callout-content > :first-child {
|
.callout-content {
|
||||||
|
height: 0;
|
||||||
|
& > :first-child {
|
||||||
transition:
|
transition:
|
||||||
height 0.1s cubic-bezier(0.02, 0.01, 0.47, 1),
|
height 0.1s cubic-bezier(0.02, 0.01, 0.47, 1),
|
||||||
margin 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
|
margin 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
|
||||||
@ -133,6 +135,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.callout-title {
|
.callout-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user