mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
Merge pull request #309 from margau/master
Make "transform-style: preserve-3d;" screen-only.
This commit is contained in:
commit
68174c0c6f
1 changed files with 4 additions and 2 deletions
|
@ -255,9 +255,11 @@ pre.abc > svg {
|
||||||
margin-bottom: -.25em !important;
|
margin-bottom: -.25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen {
|
||||||
.reveal .slides, .reveal .backgrounds, .reveal.overview {
|
.reveal .slides, .reveal .backgrounds, .reveal.overview {
|
||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.slides, #meta {
|
.slides, #meta {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue