diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 901f697ab..9eda93e3e 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -436,7 +436,6 @@ body.desktop .tabulator-popup-container, opacity: 1; } -.dropdown-menu a:hover:not(.disabled), .dropdown-item:hover:not(.disabled, .dropdown-container-item), .tabulator-menu-item:hover, :root .excalidraw .context-menu .context-menu-item:hover { @@ -1952,6 +1951,10 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container { padding-inline-start: 1em; } +.tab-row-widget { + contain: inline-size; +} + #tab-row-left-spacer { width: env(titlebar-area-x); -webkit-app-region: drag; diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 222dab7a9..dc025bb66 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -634,6 +634,10 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { font-weight: 300; } +.ck-content strong { + font-weight: 600; +} + .ck-content hr { margin: 5px 0; height: 1px; diff --git a/apps/client/src/widgets/buttons/global_menu.css b/apps/client/src/widgets/buttons/global_menu.css index d0a7f78dc..9d64d5274 100644 --- a/apps/client/src/widgets/buttons/global_menu.css +++ b/apps/client/src/widgets/buttons/global_menu.css @@ -108,14 +108,6 @@ button.global-menu-button { margin-inline-end: 5px; } -.global-menu .dropdown-item .bx { - position: relative; - top: 3px; - font-size: 120%; - margin-inline-end: 6px; -} - - .global-menu-button-wrapper:hover .global-menu-button-update-available-button { opacity: 1; }