mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
💄 公式块编辑
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;
|
top: 0;
|
||||||
width: 6px;
|
width: 6px;
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
&:hover:after {
|
&:hover:after {
|
||||||
background-color: var(--b3-theme-primary-light);
|
background-color: var(--b3-theme-primary-light);
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,6 @@
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&--mobile {
|
&--mobile {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
@ -93,7 +92,9 @@
|
||||||
&-font {
|
&-font {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
max-width: 238px;
|
max-width: 248px;
|
||||||
|
overflow: auto;
|
||||||
|
max-height: calc(80vh - 24px);
|
||||||
|
|
||||||
&__style {
|
&__style {
|
||||||
background-color: var(--b3-theme-background);
|
background-color: var(--b3-theme-background);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue