💄 公式块编辑
This commit is contained in:
parent
b0691a41e8
commit
4aa55f7b27
2 changed files with 4 additions and 2 deletions
|
@ -420,6 +420,7 @@ table[contenteditable="true"] + .protyle-action__table {
|
|||
top: 0;
|
||||
width: 6px;
|
||||
cursor: col-resize;
|
||||
z-index: 2;
|
||||
|
||||
&:hover:after {
|
||||
background-color: var(--b3-theme-primary-light);
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
max-height: 80vh;
|
||||
z-index: 4;
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
|
||||
&--mobile {
|
||||
top: 0;
|
||||
|
@ -93,7 +92,9 @@
|
|||
&-font {
|
||||
font-size: 12px;
|
||||
padding: 4px 8px;
|
||||
max-width: 238px;
|
||||
max-width: 248px;
|
||||
overflow: auto;
|
||||
max-height: calc(80vh - 24px);
|
||||
|
||||
&__style {
|
||||
background-color: var(--b3-theme-background);
|
||||
|
|
Loading…
Add table
Reference in a new issue