mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Merge branch 'master' into feat/cmdk
This commit is contained in:
@@ -558,7 +558,7 @@ html[data-theme='dark'] {
|
||||
}
|
||||
|
||||
&-btn {
|
||||
@apply fixed bottom-4 right-8;
|
||||
@apply fixed bottom-4 right-4 sm:right-8;
|
||||
|
||||
> .inner {
|
||||
@apply font-bold
|
||||
@@ -718,14 +718,6 @@ html[data-theme='dark'] {
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:hover) {
|
||||
::-webkit-scrollbar-thumb,
|
||||
::-webkit-scrollbar,
|
||||
::-webkit-scrollbar-thumb:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.initial {
|
||||
flex: 1;
|
||||
}
|
||||
@@ -734,22 +726,13 @@ html[data-theme='dark'] {
|
||||
@apply h-full;
|
||||
|
||||
.button {
|
||||
@apply hidden p-0 ml-2 flex items-center;
|
||||
@apply p-0 ml-2 flex items-center;
|
||||
|
||||
&:focus {
|
||||
@apply flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-mobile &,
|
||||
&:hover {
|
||||
.item-actions {
|
||||
.button {
|
||||
@apply flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user