mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge github-bendyorke:logseq/logseq into feat/cmdk
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.cp__header {
|
||||
@apply shadow z-10;
|
||||
-webkit-app-region: drag;
|
||||
|
||||
|
||||
padding-top: calc(var(--ls-headbar-inner-top-padding));
|
||||
margin-top: var(--ls-win32-title-bar-height);
|
||||
height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
|
||||
@@ -135,7 +135,9 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cp__header a, .cp__header svg {
|
||||
.cp__header a,
|
||||
.cp__header svg,
|
||||
.cp__header button {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
@@ -171,18 +173,8 @@
|
||||
}
|
||||
|
||||
#repo-name {
|
||||
display: table-cell;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 20ch;
|
||||
height: 14px;
|
||||
|
||||
.ui__icon {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
right: -1px;
|
||||
}
|
||||
@apply inline-flex items-center whitespace-nowrap;
|
||||
max-width: 16ch;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user