enhance(ux): improvements for the blocks selection

This commit is contained in:
charlie
2024-07-25 14:06:20 +08:00
parent 04e7d2c17b
commit c2dfcb2898
6 changed files with 26 additions and 20 deletions

View File

@@ -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;
}
}