Skip to content

Commit db895fb

Browse files
committed
Whiteboard compatibility
1 parent aa7d5bd commit db895fb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

mia_base.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ span.inline.done {
197197
}
198198

199199
/* ... make popup menus more visible */
200-
:not(div.ui__modal-panel, .ui__modal-overlay, #search-in-page > div) > .absolute:not(.editing, .s1),
200+
:not(div.ui__modal-panel, .ui__modal-overlay, #search-in-page > div) > .absolute:not(.editing, .whiteboard-page, .s1),
201201
#search-in-page,
202202
.absolute .menu-link,
203203
#custom-context-menu > div,
@@ -257,7 +257,7 @@ a.tag[data-ref=card] {
257257

258258
/* Fonts and their colours */
259259

260-
/* Base font is system font (San Francisco for macOS). */
260+
/* Base font is system font (San Francisco for macOS). Whack-a-mole. */
261261
#left-container > #head,
262262
#main-container > #left-sidebar,
263263
#right-sidebar .cp__right-sidebar-topbar,
@@ -267,6 +267,8 @@ a.tag[data-ref=card] {
267267
.cp__all_pages,
268268
#custom-context-menu,
269269
.absolute:not(.editing),
270+
.whiteboard, .whiteboard-dashboard-title, .whiteboard-dashboard-title + div,
271+
.tl-toolbar label, .tl-context-bar label, .tl-button, .tl-select-input-content, .tl-text-label-wrapper, .tl-tooltip-content,
270272
.draw {
271273
font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Roboto", "Oxygen", "Ubuntu", sans-serif;
272274
font-feature-settings: normal;
@@ -479,7 +481,7 @@ h1.title input:focus-within,
479481
}
480482

481483
/* Built-in pages and modals should use system font for titles and breadcrumbs */
482-
.absolute:not(.editing), .cp__palette, #search-wrapper {
484+
.absolute:not(.editing, .whiteboard-page), .cp__palette, #search-wrapper {
483485
--title-font-family: ;
484486
--title-font-breadcrumb-size: ;
485487
}
@@ -702,7 +704,7 @@ a.page-title:hover,
702704
line-height: 1.5;
703705
margin-bottom: 12px;
704706
}
705-
h1.title,
707+
.ls-page-title > h1.title,
706708
.journal-title > h1 {
707709
margin-bottom: 0px;
708710
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "miA theme",
33
"author": "playerofgames",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "A theme inspired by macOS and iA Writer.",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)