mirror of https://github.com/status-im/codimd.git
Remove transform-style workaround in eab984d
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
parent
f4921a129a
commit
7c3293768b
|
@ -258,19 +258,10 @@ pre.vega > svg {
|
||||||
margin-bottom: -.25em !important;
|
margin-bottom: -.25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .slides, .reveal .backgrounds, .reveal.overview {
|
|
||||||
transform-style: preserve-3d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.slides, #meta {
|
.slides, #meta {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .slides > section,
|
|
||||||
.reveal .slides > section > section {
|
|
||||||
transform-style: flat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reveal.rtl .slides,
|
.reveal.rtl .slides,
|
||||||
.reveal.rtl .slides h1,
|
.reveal.rtl .slides h1,
|
||||||
.reveal.rtl .slides h2,
|
.reveal.rtl .slides h2,
|
||||||
|
|
Loading…
Reference in New Issue