mirror of
https://github.com/status-im/codimd.git
synced 2025-01-23 16:58:47 +00:00
Fix slide preview styles might overwrite code block styles
This commit is contained in:
parent
c7a36dadcf
commit
af9e2fe664
@ -24,13 +24,17 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.markdown-body.slides section[data-markdown] code {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.markdown-body.slides section[data-markdown]::before {
|
||||
content: '';
|
||||
display: block;
|
||||
padding-bottom: 56.23%;
|
||||
}
|
||||
|
||||
.markdown-body.slides section[data-markdown] div:first-child {
|
||||
.markdown-body.slides section[data-markdown] > div:first-child {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 1em;
|
||||
@ -40,7 +44,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.markdown-body.slides section[data-markdown] ul {
|
||||
.markdown-body.slides section[data-markdown] > ul {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user