Merge pull request #6112 from sawhney17/whiteboards

pull/6345/head
Peng Xiao 2022-07-20 21:48:33 +08:00 committed by GitHub
commit fc1a60463f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -56,9 +56,8 @@
.logseq-tldraw .action-bar {
position: absolute;
bottom: 0;
/* width: 100%; */
bottom: 0;;
border-radius: 0 10px 0 0;
float: left;
left: 0;
grid-row: 1;
@ -66,13 +65,11 @@
align-items: center;
padding: 8px;
color: black;
border-top-right-radius: 15px;
border: black solid 1px;
border-left: none;
border-bottom: none;
border: none;
height:fit-content;
z-index: 100000;
user-select: none;
background: white;
background: var(--color-panel);
font-size: inherit;
}
@ -82,6 +79,7 @@
.logseq-tldraw .action-bar button {
border-radius: 4px;
color: var(--ls-secondary-text-color)
}
.dropdown-menu-button {