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