mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
style: improve block fold arrow and bullet interaction
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
.blocks-container {
|
||||
}
|
||||
|
||||
.block-control,
|
||||
.block-control:hover {
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
min-width: 10px;
|
||||
color: initial;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.block-content {
|
||||
min-height: 24px;
|
||||
max-width: 100%;
|
||||
@@ -201,8 +211,8 @@
|
||||
|
||||
.bullet-container {
|
||||
display: flex;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 50%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -213,9 +223,14 @@
|
||||
|
||||
.bullet {
|
||||
border-radius: 50%;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: var(--ls-block-bullet-color, #394b59);
|
||||
transition: transform .2s;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
&.bullet-closed {
|
||||
|
||||
Reference in New Issue
Block a user