This commit is contained in:
parent
4ef73e6c6d
commit
eb52775a5e
2 changed files with 6 additions and 21 deletions
|
@ -119,13 +119,14 @@
|
|||
|
||||
blockquote,
|
||||
.bq {
|
||||
padding: 4px;
|
||||
padding-left: calc(0.25em + 4px);
|
||||
color: var(--b3-theme-on-surface);
|
||||
border-left: .25em solid var(--b3-theme-surface-lighter);
|
||||
box-shadow: .25em 0 0 0 var(--b3-theme-surface-lighter) inset;
|
||||
background-color: var(--b3-bq-background);
|
||||
margin: 4px 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.h1,
|
||||
|
|
|
@ -55,16 +55,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.bq {
|
||||
&.protyle-wysiwyg--select,
|
||||
&.protyle-wysiwyg--hl {
|
||||
&::after {
|
||||
left: -0.25em;
|
||||
width: calc(100% + 0.25em);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bq {
|
||||
.dragover {
|
||||
&__top:not(.av__row) {
|
||||
|
@ -94,6 +84,8 @@
|
|||
&.li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
@ -183,14 +175,6 @@
|
|||
padding-left: 16px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
&.protyle-wysiwyg--select,
|
||||
&.protyle-wysiwyg--hl {
|
||||
&::after {
|
||||
left: 16px;
|
||||
width: calc(100% - 16px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue