mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: several UI issues
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.block-content-wrapper {
|
||||
width: 100%;
|
||||
/* 38px is the width of block-control */
|
||||
width: calc(100% - 38px);
|
||||
}
|
||||
|
||||
.block-content {
|
||||
@@ -9,6 +10,7 @@
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
cursor: text;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
@@ -166,6 +168,10 @@
|
||||
&:hover {
|
||||
color: var(--ls-link-text-hover-color);
|
||||
}
|
||||
|
||||
.block-content {
|
||||
cursor: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.page-ref {
|
||||
|
||||
Reference in New Issue
Block a user