mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ux): improvements for the blocks selection
This commit is contained in:
@@ -334,7 +334,6 @@ h1.title, h1.title input {
|
||||
.content .selected {
|
||||
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
||||
background-color: var(--ls-block-highlight-color, var(--rx-gray-04));
|
||||
padding: -1px;
|
||||
}
|
||||
|
||||
span.timestamp {
|
||||
@@ -649,7 +648,7 @@ html.is-mobile {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
main.theme-inner {
|
||||
main.theme-container-inner {
|
||||
@apply overflow-x-hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user