@zsviczian/excalidraw 0.18.0-41 → 0.18.0-43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/excalidraw.development.js +140 -63
- package/dist/excalidraw.production.min.js +1 -1
- package/dist/excalidraw.production.min.js.LICENSE.txt +0 -2
- package/dist/styles.development.css +524 -205
- package/dist/styles.production.css +18 -16
- package/package.json +1 -1
- package/types/common/src/constants.d.ts +6 -2
- package/types/common/src/utils.d.ts +0 -1
- package/types/element/src/transformHandles.d.ts +1 -1
- package/types/excalidraw/actions/actionAddToLibrary.d.ts +15 -3
- package/types/excalidraw/actions/actionBoundText.d.ts +10 -2
- package/types/excalidraw/actions/actionCanvas.d.ts +75 -15
- package/types/excalidraw/actions/actionClipboard.d.ts +30 -6
- package/types/excalidraw/actions/actionCropEditor.d.ts +5 -1
- package/types/excalidraw/actions/actionDeleteSelected.d.ts +15 -3
- package/types/excalidraw/actions/actionElementLink.d.ts +5 -1
- package/types/excalidraw/actions/actionElementLock.d.ts +10 -2
- package/types/excalidraw/actions/actionEmbeddable.d.ts +5 -1
- package/types/excalidraw/actions/actionExport.d.ts +45 -9
- package/types/excalidraw/actions/actionFinalize.d.ts +15 -3
- package/types/excalidraw/actions/actionFrame.d.ts +20 -4
- package/types/excalidraw/actions/actionGroup.d.ts +10 -2
- package/types/excalidraw/actions/actionLinearEditor.d.ts +5 -1
- package/types/excalidraw/actions/actionLink.d.ts +5 -1
- package/types/excalidraw/actions/actionMenu.d.ts +7 -449
- package/types/excalidraw/actions/actionNavigate.d.ts +10 -2
- package/types/excalidraw/actions/actionProperties.d.ts +81 -17
- package/types/excalidraw/actions/actionSelectAll.d.ts +5 -1
- package/types/excalidraw/actions/actionStyles.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleGridMode.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleSearchMenu.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleStats.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleViewMode.d.ts +5 -1
- package/types/excalidraw/actions/actionToggleZenMode.d.ts +5 -1
- package/types/excalidraw/actions/actionTrayMenu.d.ts +227 -0
- package/types/excalidraw/actions/index.d.ts +2 -1
- package/types/excalidraw/actions/types.d.ts +1 -1
- package/types/excalidraw/appState.d.ts +4 -1
- package/types/excalidraw/components/Actions.d.ts +9 -2
- package/types/excalidraw/components/App.d.ts +0 -1
- package/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/types/excalidraw/components/ColorPicker/Picker.d.ts +2 -0
- package/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +2 -1
- package/types/excalidraw/components/ColorPicker/ShadeList.d.ts +2 -1
- package/types/excalidraw/components/ExcalidrawLogo.d.ts +1 -1
- package/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +2 -1
- package/types/excalidraw/components/LayerUI.d.ts +2 -1
- package/types/excalidraw/components/MobileMenu.d.ts +3 -5
- package/types/excalidraw/components/MobileToolBar.d.ts +10 -0
- package/types/excalidraw/components/Popover.d.ts +2 -1
- package/types/excalidraw/components/Section.d.ts +1 -0
- package/types/excalidraw/components/ToolPopover.d.ts +25 -0
- package/types/excalidraw/components/TrayMenu.d.ts +25 -0
- package/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +4 -2
- package/types/excalidraw/components/dropdownMenu/DropdownMenuContent.d.ts +2 -1
- package/types/excalidraw/components/icons.d.ts +0 -1
- package/types/excalidraw/obsidianUtils.d.ts +3 -2
- package/types/excalidraw/shortcut.d.ts +1 -0
- package/types/excalidraw/types.d.ts +7 -2
|
@@ -295,6 +295,8 @@
|
|
|
295
295
|
--button-gray-1: #e9ecef;
|
|
296
296
|
--button-gray-2: #ced4da;
|
|
297
297
|
--button-gray-3: #adb5bd;
|
|
298
|
+
--mobile-action-button-bg: rgba(255, 255, 255, 0.35);
|
|
299
|
+
--mobile-color-border: var(--default-border-color);
|
|
298
300
|
--button-special-active-bg-color: #ebfbee;
|
|
299
301
|
--dialog-border-color: var(--color-gray-20);
|
|
300
302
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -327,6 +329,7 @@
|
|
|
327
329
|
--lg-button-size: 2.25rem;
|
|
328
330
|
--lg-icon-size: 1rem;
|
|
329
331
|
--editor-container-padding: 1rem;
|
|
332
|
+
--mobile-action-button-size: 2rem;
|
|
330
333
|
--scrollbar-thumb: var(--button-gray-2);
|
|
331
334
|
--scrollbar-thumb-hover: var(--button-gray-3);
|
|
332
335
|
--color-slider-track: hsl(240, 100%, 90%);
|
|
@@ -421,6 +424,10 @@
|
|
|
421
424
|
--color-badge: #0b6513;
|
|
422
425
|
--background-color-badge: #d3ffd2;
|
|
423
426
|
}
|
|
427
|
+
.excalidraw--mobile.excalidraw {
|
|
428
|
+
--editor-container-padding: 0.75rem;
|
|
429
|
+
}
|
|
430
|
+
|
|
424
431
|
@media screen and (min-device-width: 1921px) {
|
|
425
432
|
.excalidraw {
|
|
426
433
|
--lg-button-size: 2.5rem;
|
|
@@ -439,6 +446,8 @@
|
|
|
439
446
|
--button-gray-1: #363636;
|
|
440
447
|
--button-gray-2: #272727;
|
|
441
448
|
--button-gray-3: #222;
|
|
449
|
+
--mobile-action-button-bg: var(--island-bg-color);
|
|
450
|
+
--mobile-color-border: rgba(255, 255, 255, 0.85);
|
|
442
451
|
--button-special-active-bg-color: #204624;
|
|
443
452
|
--dialog-border-color: var(--color-gray-80);
|
|
444
453
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path fill=\"%23ced4da\" d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -554,6 +563,11 @@
|
|
|
554
563
|
.excalidraw button.standalone.active svg {
|
|
555
564
|
color: var(--button-color, var(--color-on-primary-container));
|
|
556
565
|
}
|
|
566
|
+
.excalidraw--mobile.excalidraw button.standalone {
|
|
567
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
568
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
569
|
+
}
|
|
570
|
+
|
|
557
571
|
.excalidraw button.standalone svg {
|
|
558
572
|
width: var(--default-icon-size);
|
|
559
573
|
height: var(--default-icon-size);
|
|
@@ -626,6 +640,11 @@
|
|
|
626
640
|
.excalidraw .focus-visible-none:focus-visible {
|
|
627
641
|
outline: none !important;
|
|
628
642
|
}
|
|
643
|
+
.excalidraw .color-picker__title {
|
|
644
|
+
padding: 0 0.5rem;
|
|
645
|
+
font-size: 0.875rem;
|
|
646
|
+
text-align: left;
|
|
647
|
+
}
|
|
629
648
|
.excalidraw .color-picker__heading {
|
|
630
649
|
padding: 0 0.5rem;
|
|
631
650
|
font-size: 0.75rem;
|
|
@@ -753,6 +772,13 @@
|
|
|
753
772
|
width: 1.625rem;
|
|
754
773
|
height: 1.625rem;
|
|
755
774
|
}
|
|
775
|
+
.excalidraw .color-picker__button.compact-sizing {
|
|
776
|
+
width: var(--mobile-action-button-size);
|
|
777
|
+
height: var(--mobile-action-button-size);
|
|
778
|
+
}
|
|
779
|
+
.excalidraw .color-picker__button.mobile-border {
|
|
780
|
+
border: 1px solid var(--mobile-color-border);
|
|
781
|
+
}
|
|
756
782
|
.excalidraw .color-picker__button__hotkey-label {
|
|
757
783
|
position: absolute;
|
|
758
784
|
right: 5px;
|
|
@@ -1013,6 +1039,11 @@
|
|
|
1013
1039
|
.excalidraw .color-picker-label-swatch.active svg {
|
|
1014
1040
|
color: var(--button-color, var(--color-on-primary-container));
|
|
1015
1041
|
}
|
|
1042
|
+
.excalidraw--mobile.excalidraw .color-picker-label-swatch {
|
|
1043
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
1044
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1016
1047
|
.excalidraw .color-picker-label-swatch:after {
|
|
1017
1048
|
content: "";
|
|
1018
1049
|
position: absolute;
|
|
@@ -1034,7 +1065,7 @@
|
|
|
1034
1065
|
left: 2px;
|
|
1035
1066
|
}
|
|
1036
1067
|
.excalidraw--mobile.excalidraw .color-picker-keybinding {
|
|
1037
|
-
display:
|
|
1068
|
+
display: none;
|
|
1038
1069
|
}
|
|
1039
1070
|
|
|
1040
1071
|
.excalidraw .color-picker-type-canvasBackground .color-picker-keybinding {
|
|
@@ -1761,30 +1792,65 @@
|
|
|
1761
1792
|
\**********************************************************************************************************************************************************************************************************************/
|
|
1762
1793
|
.excalidraw .dropdown-menu {
|
|
1763
1794
|
position: absolute;
|
|
1764
|
-
top:
|
|
1795
|
+
top: 2.5rem;
|
|
1765
1796
|
margin-top: 0.5rem;
|
|
1797
|
+
max-width: 16rem;
|
|
1798
|
+
}
|
|
1799
|
+
.excalidraw .dropdown-menu--placement-top {
|
|
1800
|
+
top: auto;
|
|
1801
|
+
bottom: 100%;
|
|
1802
|
+
margin-top: 0;
|
|
1803
|
+
margin-bottom: 0.5rem;
|
|
1766
1804
|
}
|
|
1767
1805
|
.excalidraw .dropdown-menu--mobile {
|
|
1768
|
-
left: 0;
|
|
1769
1806
|
width: 100%;
|
|
1770
1807
|
row-gap: 0.75rem;
|
|
1771
1808
|
}
|
|
1809
|
+
.excalidraw .dropdown-menu--mobile.main-menu-dropdown {
|
|
1810
|
+
min-width: 232px;
|
|
1811
|
+
margin-top: 0;
|
|
1812
|
+
margin-bottom: 0;
|
|
1813
|
+
}
|
|
1814
|
+
@media screen and (orientation: landscape) {
|
|
1815
|
+
.excalidraw .dropdown-menu--mobile.main-menu-dropdown {
|
|
1816
|
+
max-width: 232px;
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1772
1819
|
.excalidraw .dropdown-menu--mobile .dropdown-menu-container {
|
|
1773
1820
|
padding: 8px 8px;
|
|
1774
1821
|
box-sizing: border-box;
|
|
1822
|
+
max-height: calc(100svh - var(--editor-container-padding) * 2 - 2.25rem);
|
|
1775
1823
|
box-shadow: var(--shadow-island);
|
|
1776
1824
|
border-radius: var(--border-radius-lg);
|
|
1777
1825
|
position: relative;
|
|
1778
1826
|
transition: box-shadow 0.5s ease-in-out;
|
|
1779
1827
|
display: flex;
|
|
1780
1828
|
flex-direction: column;
|
|
1829
|
+
overflow-y: auto;
|
|
1781
1830
|
}
|
|
1782
1831
|
.excalidraw .dropdown-menu--mobile .dropdown-menu-container.zen-mode {
|
|
1783
1832
|
box-shadow: none;
|
|
1784
1833
|
}
|
|
1834
|
+
.excalidraw .dropdown-menu--tray {
|
|
1835
|
+
left: 0;
|
|
1836
|
+
width: 100%;
|
|
1837
|
+
row-gap: 0.75rem;
|
|
1838
|
+
}
|
|
1839
|
+
.excalidraw .dropdown-menu--tray .dropdown-menu-container {
|
|
1840
|
+
padding: 8px 8px;
|
|
1841
|
+
box-sizing: border-box;
|
|
1842
|
+
box-shadow: var(--shadow-island);
|
|
1843
|
+
border-radius: var(--border-radius-lg);
|
|
1844
|
+
position: relative;
|
|
1845
|
+
transition: box-shadow 0.5s ease-in-out;
|
|
1846
|
+
display: flex;
|
|
1847
|
+
flex-direction: column;
|
|
1848
|
+
}
|
|
1849
|
+
.excalidraw .dropdown-menu--tray .dropdown-menu-container.zen-mode {
|
|
1850
|
+
box-shadow: none;
|
|
1851
|
+
}
|
|
1785
1852
|
.excalidraw .dropdown-menu .dropdown-menu-container {
|
|
1786
1853
|
background-color: var(--island-bg-color);
|
|
1787
|
-
max-height: calc(100vh - 150px);
|
|
1788
1854
|
overflow-y: auto;
|
|
1789
1855
|
--gap: 2;
|
|
1790
1856
|
}
|
|
@@ -1951,6 +2017,11 @@
|
|
|
1951
2017
|
.excalidraw .dropdown-menu-button.active svg {
|
|
1952
2018
|
color: var(--button-color, var(--color-on-primary-container));
|
|
1953
2019
|
}
|
|
2020
|
+
.excalidraw--mobile.excalidraw .dropdown-menu-button {
|
|
2021
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
2022
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
2023
|
+
}
|
|
2024
|
+
|
|
1954
2025
|
.excalidraw.theme--dark.excalidraw .dropdown-menu-button {
|
|
1955
2026
|
--background: var(--color-surface-high);
|
|
1956
2027
|
}
|
|
@@ -1977,6 +2048,13 @@
|
|
|
1977
2048
|
width: var(--default-button-size);
|
|
1978
2049
|
height: var(--default-button-size);
|
|
1979
2050
|
}
|
|
2051
|
+
.excalidraw .dropdown-menu-button--tray {
|
|
2052
|
+
border: none;
|
|
2053
|
+
margin: 0;
|
|
2054
|
+
padding: 0;
|
|
2055
|
+
width: var(--default-button-size);
|
|
2056
|
+
height: var(--default-button-size);
|
|
2057
|
+
}
|
|
1980
2058
|
/*!********************************************************************************************************************************************************************************************************!*\
|
|
1981
2059
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/LibraryUnit.scss ***!
|
|
1982
2060
|
\********************************************************************************************************************************************************************************************************/
|
|
@@ -2255,6 +2333,8 @@
|
|
|
2255
2333
|
--button-gray-1: #e9ecef;
|
|
2256
2334
|
--button-gray-2: #ced4da;
|
|
2257
2335
|
--button-gray-3: #adb5bd;
|
|
2336
|
+
--mobile-action-button-bg: rgba(255, 255, 255, 0.35);
|
|
2337
|
+
--mobile-color-border: var(--default-border-color);
|
|
2258
2338
|
--button-special-active-bg-color: #ebfbee;
|
|
2259
2339
|
--dialog-border-color: var(--color-gray-20);
|
|
2260
2340
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -2287,6 +2367,7 @@
|
|
|
2287
2367
|
--lg-button-size: 2.25rem;
|
|
2288
2368
|
--lg-icon-size: 1rem;
|
|
2289
2369
|
--editor-container-padding: 1rem;
|
|
2370
|
+
--mobile-action-button-size: 2rem;
|
|
2290
2371
|
--scrollbar-thumb: var(--button-gray-2);
|
|
2291
2372
|
--scrollbar-thumb-hover: var(--button-gray-3);
|
|
2292
2373
|
--color-slider-track: hsl(240, 100%, 90%);
|
|
@@ -2381,6 +2462,10 @@
|
|
|
2381
2462
|
--color-badge: #0b6513;
|
|
2382
2463
|
--background-color-badge: #d3ffd2;
|
|
2383
2464
|
}
|
|
2465
|
+
.excalidraw--mobile.excalidraw {
|
|
2466
|
+
--editor-container-padding: 0.75rem;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2384
2469
|
@media screen and (min-device-width: 1921px) {
|
|
2385
2470
|
.excalidraw {
|
|
2386
2471
|
--lg-button-size: 2.5rem;
|
|
@@ -2399,6 +2484,8 @@
|
|
|
2399
2484
|
--button-gray-1: #363636;
|
|
2400
2485
|
--button-gray-2: #272727;
|
|
2401
2486
|
--button-gray-3: #222;
|
|
2487
|
+
--mobile-action-button-bg: var(--island-bg-color);
|
|
2488
|
+
--mobile-color-border: rgba(255, 255, 255, 0.85);
|
|
2402
2489
|
--button-special-active-bg-color: #204624;
|
|
2403
2490
|
--dialog-border-color: var(--color-gray-80);
|
|
2404
2491
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path fill=\"%23ced4da\" d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -2513,6 +2600,10 @@
|
|
|
2513
2600
|
.excalidraw .excalidraw-button.active svg {
|
|
2514
2601
|
color: var(--button-color, var(--color-on-primary-container));
|
|
2515
2602
|
}
|
|
2603
|
+
.excalidraw--mobile.excalidraw .excalidraw-button {
|
|
2604
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
2605
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
2606
|
+
}
|
|
2516
2607
|
/*!******************************************************************************************************************************************************************************************************!*\
|
|
2517
2608
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/TextField.scss ***!
|
|
2518
2609
|
\******************************************************************************************************************************************************************************************************/
|
|
@@ -2723,6 +2814,7 @@
|
|
|
2723
2814
|
padding: 0.25rem 0.5rem;
|
|
2724
2815
|
}
|
|
2725
2816
|
.excalidraw .layer-ui__library .library-menu-dropdown-container {
|
|
2817
|
+
z-index: 1;
|
|
2726
2818
|
position: relative;
|
|
2727
2819
|
}
|
|
2728
2820
|
.excalidraw .layer-ui__library .library-menu-dropdown-container--in-heading {
|
|
@@ -2988,33 +3080,29 @@
|
|
|
2988
3080
|
justify-content: center;
|
|
2989
3081
|
align-items: center;
|
|
2990
3082
|
min-height: 2.5rem;
|
|
3083
|
+
pointer-events: auto;
|
|
2991
3084
|
--default-button-size: 2rem;
|
|
2992
3085
|
}
|
|
2993
3086
|
.compact-shape-actions .compact-action-item .compact-action-button {
|
|
2994
|
-
width:
|
|
2995
|
-
height:
|
|
3087
|
+
width: var(--mobile-action-button-size);
|
|
3088
|
+
height: var(--mobile-action-button-size);
|
|
2996
3089
|
border: none;
|
|
2997
3090
|
border-radius: var(--border-radius-lg);
|
|
2998
|
-
background: transparent;
|
|
2999
3091
|
color: var(--color-on-surface);
|
|
3000
3092
|
cursor: pointer;
|
|
3001
3093
|
display: flex;
|
|
3002
3094
|
align-items: center;
|
|
3003
3095
|
justify-content: center;
|
|
3004
3096
|
transition: all 0.2s ease;
|
|
3097
|
+
background: var(--mobile-action-button-bg);
|
|
3005
3098
|
}
|
|
3006
3099
|
.compact-shape-actions .compact-action-item .compact-action-button svg {
|
|
3007
3100
|
width: 1rem;
|
|
3008
3101
|
height: 1rem;
|
|
3009
3102
|
flex: 0 0 auto;
|
|
3010
3103
|
}
|
|
3011
|
-
.compact-shape-actions .compact-action-item .compact-action-button
|
|
3012
|
-
background: var(--
|
|
3013
|
-
border-color: var(--button-hover-border, var(--button-border, var(--default-border-color)));
|
|
3014
|
-
}
|
|
3015
|
-
.compact-shape-actions .compact-action-item .compact-action-button:active {
|
|
3016
|
-
background: var(--button-active-bg, var(--island-bg-color));
|
|
3017
|
-
border-color: var(--button-active-border, var(--color-primary-darkest));
|
|
3104
|
+
.compact-shape-actions .compact-action-item .compact-action-button.active {
|
|
3105
|
+
background: var(--color-surface-primary-container, var(--mobile-action-button-bg));
|
|
3018
3106
|
}
|
|
3019
3107
|
.compact-shape-actions .compact-action-item .compact-popover-content .popover-section {
|
|
3020
3108
|
margin-bottom: 1rem;
|
|
@@ -3035,6 +3123,14 @@
|
|
|
3035
3123
|
flex-wrap: wrap;
|
|
3036
3124
|
gap: 0.25rem;
|
|
3037
3125
|
}
|
|
3126
|
+
.compact-shape-actions .ToolIcon .ToolIcon__icon {
|
|
3127
|
+
width: var(--mobile-action-button-size);
|
|
3128
|
+
height: var(--mobile-action-button-size);
|
|
3129
|
+
background: var(--mobile-action-button-bg);
|
|
3130
|
+
}
|
|
3131
|
+
.compact-shape-actions .ToolIcon .ToolIcon__icon:hover {
|
|
3132
|
+
background-color: transparent;
|
|
3133
|
+
}
|
|
3038
3134
|
|
|
3039
3135
|
.compact-shape-actions-island {
|
|
3040
3136
|
width: -moz-fit-content;
|
|
@@ -3042,24 +3138,18 @@
|
|
|
3042
3138
|
overflow-x: hidden;
|
|
3043
3139
|
}
|
|
3044
3140
|
|
|
3045
|
-
.
|
|
3046
|
-
|
|
3047
|
-
}
|
|
3048
|
-
.compact-popover-content .popover-section:last-child {
|
|
3049
|
-
margin-bottom: 0;
|
|
3050
|
-
}
|
|
3051
|
-
.compact-popover-content .popover-section .popover-section-title {
|
|
3052
|
-
font-size: 0.75rem;
|
|
3053
|
-
font-weight: 600;
|
|
3054
|
-
color: var(--color-text-secondary);
|
|
3055
|
-
margin-bottom: 0.5rem;
|
|
3056
|
-
text-transform: uppercase;
|
|
3057
|
-
letter-spacing: 0.5px;
|
|
3058
|
-
}
|
|
3059
|
-
.compact-popover-content .popover-section .buttonList {
|
|
3141
|
+
.mobile-shape-actions {
|
|
3142
|
+
z-index: 999;
|
|
3060
3143
|
display: flex;
|
|
3061
|
-
flex-
|
|
3062
|
-
|
|
3144
|
+
flex-direction: row;
|
|
3145
|
+
justify-content: space-between;
|
|
3146
|
+
width: 100%;
|
|
3147
|
+
background: transparent;
|
|
3148
|
+
border-radius: var(--border-radius-lg);
|
|
3149
|
+
box-shadow: none;
|
|
3150
|
+
overflow: none;
|
|
3151
|
+
scrollbar-width: none;
|
|
3152
|
+
-ms-overflow-style: none;
|
|
3063
3153
|
}
|
|
3064
3154
|
|
|
3065
3155
|
.shape-actions-theme-scope {
|
|
@@ -3071,6 +3161,22 @@
|
|
|
3071
3161
|
--button-hover-bg: #363541;
|
|
3072
3162
|
--button-bg: var(--color-surface-high);
|
|
3073
3163
|
}
|
|
3164
|
+
/*!********************************************************************************************************************************************************************************************************!*\
|
|
3165
|
+
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/ToolPopover.scss ***!
|
|
3166
|
+
\********************************************************************************************************************************************************************************************************/
|
|
3167
|
+
.excalidraw .tool-popover-content {
|
|
3168
|
+
display: flex;
|
|
3169
|
+
flex-direction: row;
|
|
3170
|
+
gap: 0.25rem;
|
|
3171
|
+
border-radius: 0.5rem;
|
|
3172
|
+
background: var(--island-bg-color);
|
|
3173
|
+
box-shadow: var(--shadow-island);
|
|
3174
|
+
padding: 0.5rem;
|
|
3175
|
+
z-index: var(--zIndex-layerUI);
|
|
3176
|
+
}
|
|
3177
|
+
.excalidraw:focus {
|
|
3178
|
+
outline: none;
|
|
3179
|
+
}
|
|
3074
3180
|
/*!**************************************************************************************************************************************************************************************************************************!*\
|
|
3075
3181
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/CommandPalette/CommandPalette.scss ***!
|
|
3076
3182
|
\**************************************************************************************************************************************************************************************************************************/
|
|
@@ -3233,6 +3339,9 @@
|
|
|
3233
3339
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/ContextMenu.scss ***!
|
|
3234
3340
|
\********************************************************************************************************************************************************************************************************/
|
|
3235
3341
|
@charset "UTF-8";
|
|
3342
|
+
.excalidraw .context-menu-popover {
|
|
3343
|
+
z-index: var(--zIndex-ui-context-menu);
|
|
3344
|
+
}
|
|
3236
3345
|
.excalidraw .context-menu {
|
|
3237
3346
|
position: relative;
|
|
3238
3347
|
border-radius: 4px;
|
|
@@ -3365,6 +3474,69 @@
|
|
|
3365
3474
|
width: 1rem;
|
|
3366
3475
|
height: 1rem;
|
|
3367
3476
|
}
|
|
3477
|
+
/*!**********************************************************************************************************************************************************************************************************!*\
|
|
3478
|
+
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/MobileToolBar.scss ***!
|
|
3479
|
+
\**********************************************************************************************************************************************************************************************************/
|
|
3480
|
+
.excalidraw .excalidraw-mobile-toolbar {
|
|
3481
|
+
display: flex;
|
|
3482
|
+
flex: 1;
|
|
3483
|
+
align-items: center;
|
|
3484
|
+
padding: 0px;
|
|
3485
|
+
gap: 4px;
|
|
3486
|
+
border-radius: var(--space-factor);
|
|
3487
|
+
overflow-x: auto;
|
|
3488
|
+
scrollbar-width: none;
|
|
3489
|
+
-ms-overflow-style: none;
|
|
3490
|
+
justify-content: space-between;
|
|
3491
|
+
}
|
|
3492
|
+
.excalidraw .excalidraw-mobile-toolbar::-webkit-scrollbar {
|
|
3493
|
+
display: none;
|
|
3494
|
+
}
|
|
3495
|
+
.excalidraw .excalidraw-mobile-toolbar .ToolIcon {
|
|
3496
|
+
min-width: 2rem;
|
|
3497
|
+
min-height: 2rem;
|
|
3498
|
+
border-radius: 4px;
|
|
3499
|
+
display: flex;
|
|
3500
|
+
align-items: center;
|
|
3501
|
+
justify-content: center;
|
|
3502
|
+
flex-shrink: 0;
|
|
3503
|
+
}
|
|
3504
|
+
.excalidraw .excalidraw-mobile-toolbar .ToolIcon .ToolIcon__icon {
|
|
3505
|
+
width: 2.25rem;
|
|
3506
|
+
height: 2.25rem;
|
|
3507
|
+
}
|
|
3508
|
+
.excalidraw .excalidraw-mobile-toolbar .ToolIcon .ToolIcon__icon:hover {
|
|
3509
|
+
background-color: transparent;
|
|
3510
|
+
}
|
|
3511
|
+
.excalidraw .excalidraw-mobile-toolbar .ToolIcon.active {
|
|
3512
|
+
background: var(--color-surface-primary-container, var(--island-bg-color));
|
|
3513
|
+
border-color: var(--button-active-border, var(--color-primary-darkest));
|
|
3514
|
+
}
|
|
3515
|
+
.excalidraw .excalidraw-mobile-toolbar .ToolIcon svg {
|
|
3516
|
+
width: 1rem;
|
|
3517
|
+
height: 1rem;
|
|
3518
|
+
}
|
|
3519
|
+
.excalidraw .excalidraw-mobile-toolbar .App-toolbar__extra-tools-dropdown {
|
|
3520
|
+
min-width: 160px;
|
|
3521
|
+
z-index: var(--zIndex-layerUI);
|
|
3522
|
+
}
|
|
3523
|
+
.excalidraw .excalidraw-mobile-toolbar-separator {
|
|
3524
|
+
width: 1px;
|
|
3525
|
+
height: 24px;
|
|
3526
|
+
background: var(--default-border-color);
|
|
3527
|
+
margin: 0 2px;
|
|
3528
|
+
flex-shrink: 0;
|
|
3529
|
+
}
|
|
3530
|
+
.excalidraw .excalidraw-mobile-toolbar-undo {
|
|
3531
|
+
display: flex;
|
|
3532
|
+
align-items: center;
|
|
3533
|
+
}
|
|
3534
|
+
.excalidraw .excalidraw-mobile-toolbar-undo .ToolIcon {
|
|
3535
|
+
min-width: 32px;
|
|
3536
|
+
min-height: 32px;
|
|
3537
|
+
width: 32px;
|
|
3538
|
+
height: 32px;
|
|
3539
|
+
}
|
|
3368
3540
|
/*!***************************************************************************************************************************************************************************************************************!*\
|
|
3369
3541
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/FixedSideContainer.scss ***!
|
|
3370
3542
|
\***************************************************************************************************************************************************************************************************************/
|
|
@@ -3400,154 +3572,6 @@
|
|
|
3400
3572
|
z-index: 3;
|
|
3401
3573
|
}
|
|
3402
3574
|
*/
|
|
3403
|
-
/*!*******************************************************************************************************************************************************************************************************!*\
|
|
3404
|
-
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/HintViewer.scss ***!
|
|
3405
|
-
\*******************************************************************************************************************************************************************************************************/
|
|
3406
|
-
.excalidraw .HintViewer {
|
|
3407
|
-
pointer-events: none;
|
|
3408
|
-
box-sizing: border-box;
|
|
3409
|
-
position: absolute;
|
|
3410
|
-
display: flex;
|
|
3411
|
-
flex-direction: column;
|
|
3412
|
-
justify-content: center;
|
|
3413
|
-
left: 0;
|
|
3414
|
-
top: 100%;
|
|
3415
|
-
max-width: 100%;
|
|
3416
|
-
width: 100%;
|
|
3417
|
-
margin-top: 0.5rem;
|
|
3418
|
-
text-align: center;
|
|
3419
|
-
color: var(--text-primary-color);
|
|
3420
|
-
font-size: 0.75rem;
|
|
3421
|
-
}
|
|
3422
|
-
.excalidraw--mobile.excalidraw .HintViewer {
|
|
3423
|
-
position: static;
|
|
3424
|
-
padding-right: 2rem;
|
|
3425
|
-
}
|
|
3426
|
-
|
|
3427
|
-
.excalidraw .HintViewer > span {
|
|
3428
|
-
padding: 0.25rem;
|
|
3429
|
-
}
|
|
3430
|
-
.excalidraw.theme--dark .HintViewer {
|
|
3431
|
-
color: var(--color-gray-60);
|
|
3432
|
-
}
|
|
3433
|
-
/*!************************************************************************************************************************************************************************************************************!*\
|
|
3434
|
-
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/Stats/DragInput.scss ***!
|
|
3435
|
-
\************************************************************************************************************************************************************************************************************/
|
|
3436
|
-
.excalidraw .drag-input-container {
|
|
3437
|
-
display: flex;
|
|
3438
|
-
width: 100%;
|
|
3439
|
-
border-radius: var(--border-radius-lg);
|
|
3440
|
-
}
|
|
3441
|
-
.excalidraw .drag-input-container:focus-within {
|
|
3442
|
-
box-shadow: 0 0 0 1px var(--color-primary-darkest);
|
|
3443
|
-
border-radius: var(--border-radius-md);
|
|
3444
|
-
background: transparent;
|
|
3445
|
-
}
|
|
3446
|
-
.excalidraw .disabled {
|
|
3447
|
-
opacity: 0.5;
|
|
3448
|
-
pointer-events: none;
|
|
3449
|
-
}
|
|
3450
|
-
.excalidraw .drag-input-label {
|
|
3451
|
-
flex-shrink: 0;
|
|
3452
|
-
border: 0;
|
|
3453
|
-
padding: 0 0.5rem 0 0.25rem;
|
|
3454
|
-
min-width: 1rem;
|
|
3455
|
-
width: 1.5rem;
|
|
3456
|
-
height: 2rem;
|
|
3457
|
-
box-sizing: content-box;
|
|
3458
|
-
color: var(--popup-text-color);
|
|
3459
|
-
display: flex;
|
|
3460
|
-
align-items: center;
|
|
3461
|
-
justify-content: center;
|
|
3462
|
-
position: relative;
|
|
3463
|
-
}
|
|
3464
|
-
.excalidraw .drag-input {
|
|
3465
|
-
box-sizing: border-box;
|
|
3466
|
-
width: 100%;
|
|
3467
|
-
margin: 0;
|
|
3468
|
-
font-size: 0.875rem;
|
|
3469
|
-
font-family: inherit;
|
|
3470
|
-
background-color: transparent;
|
|
3471
|
-
color: var(--text-primary-color);
|
|
3472
|
-
border: 0;
|
|
3473
|
-
outline: none;
|
|
3474
|
-
height: 2rem;
|
|
3475
|
-
letter-spacing: 0.4px;
|
|
3476
|
-
padding: 0.5rem;
|
|
3477
|
-
padding-left: 0.25rem;
|
|
3478
|
-
appearance: none;
|
|
3479
|
-
}
|
|
3480
|
-
.excalidraw .drag-input:focus-visible {
|
|
3481
|
-
box-shadow: none;
|
|
3482
|
-
}
|
|
3483
|
-
/*!********************************************************************************************************************************************************************************************************!*\
|
|
3484
|
-
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/Stats/Stats.scss ***!
|
|
3485
|
-
\********************************************************************************************************************************************************************************************************/
|
|
3486
|
-
.exc-stats {
|
|
3487
|
-
width: 204px;
|
|
3488
|
-
position: absolute;
|
|
3489
|
-
top: 60px;
|
|
3490
|
-
font-size: 12px;
|
|
3491
|
-
z-index: var(--zIndex-layerUI);
|
|
3492
|
-
pointer-events: var(--ui-pointerEvents);
|
|
3493
|
-
}
|
|
3494
|
-
:root[dir=rtl] .exc-stats {
|
|
3495
|
-
left: 12px;
|
|
3496
|
-
right: initial;
|
|
3497
|
-
}
|
|
3498
|
-
.exc-stats h2 {
|
|
3499
|
-
font-size: 1.5em;
|
|
3500
|
-
margin-block-start: 0.83em;
|
|
3501
|
-
margin-block-end: 0.83em;
|
|
3502
|
-
font-weight: bold;
|
|
3503
|
-
}
|
|
3504
|
-
.exc-stats h3 {
|
|
3505
|
-
white-space: nowrap;
|
|
3506
|
-
font-size: 1.17em;
|
|
3507
|
-
margin: 0;
|
|
3508
|
-
font-weight: bold;
|
|
3509
|
-
}
|
|
3510
|
-
.exc-stats__rows {
|
|
3511
|
-
display: flex;
|
|
3512
|
-
flex-direction: column;
|
|
3513
|
-
gap: 0.3125rem;
|
|
3514
|
-
}
|
|
3515
|
-
.exc-stats__row {
|
|
3516
|
-
display: flex;
|
|
3517
|
-
justify-content: space-between;
|
|
3518
|
-
align-items: center;
|
|
3519
|
-
display: grid;
|
|
3520
|
-
gap: 4px;
|
|
3521
|
-
}
|
|
3522
|
-
.exc-stats__row div + div {
|
|
3523
|
-
text-align: right;
|
|
3524
|
-
}
|
|
3525
|
-
.exc-stats__row:empty {
|
|
3526
|
-
display: none;
|
|
3527
|
-
}
|
|
3528
|
-
.exc-stats__row--heading {
|
|
3529
|
-
text-align: center;
|
|
3530
|
-
font-weight: bold;
|
|
3531
|
-
margin: 0.25rem 0;
|
|
3532
|
-
}
|
|
3533
|
-
.exc-stats .title {
|
|
3534
|
-
display: flex;
|
|
3535
|
-
justify-content: space-between;
|
|
3536
|
-
align-items: center;
|
|
3537
|
-
margin-bottom: 12px;
|
|
3538
|
-
}
|
|
3539
|
-
.exc-stats .title h2 {
|
|
3540
|
-
margin: 0;
|
|
3541
|
-
}
|
|
3542
|
-
.exc-stats .close {
|
|
3543
|
-
height: 16px;
|
|
3544
|
-
width: 16px;
|
|
3545
|
-
cursor: pointer;
|
|
3546
|
-
}
|
|
3547
|
-
.exc-stats .close svg {
|
|
3548
|
-
width: 100%;
|
|
3549
|
-
height: 100%;
|
|
3550
|
-
}
|
|
3551
3575
|
/*!*************************************************************************************************************************************************************************************************************!*\
|
|
3552
3576
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/PasteChartDialog.scss ***!
|
|
3553
3577
|
\*************************************************************************************************************************************************************************************************************/
|
|
@@ -3783,7 +3807,6 @@
|
|
|
3783
3807
|
border: none;
|
|
3784
3808
|
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
|
3785
3809
|
background-color: var(--color-surface-low);
|
|
3786
|
-
width: auto;
|
|
3787
3810
|
height: var(--lg-button-size);
|
|
3788
3811
|
display: flex;
|
|
3789
3812
|
align-items: center;
|
|
@@ -3815,9 +3838,19 @@
|
|
|
3815
3838
|
.excalidraw .sidebar-trigger.active svg {
|
|
3816
3839
|
color: var(--button-color, var(--color-on-primary-container));
|
|
3817
3840
|
}
|
|
3841
|
+
.excalidraw--mobile.excalidraw .sidebar-trigger {
|
|
3842
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
3843
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3818
3846
|
.excalidraw .sidebar-trigger:active {
|
|
3819
3847
|
box-shadow: 0 0 0 1px var(--color-brand-active);
|
|
3820
3848
|
}
|
|
3849
|
+
.excalidraw--mobile.excalidraw .sidebar-trigger {
|
|
3850
|
+
width: var(--mobile-action-button-size, 2rem);
|
|
3851
|
+
height: var(--mobile-action-button-size, 2rem);
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3821
3854
|
.excalidraw .sidebar-trigger svg {
|
|
3822
3855
|
width: var(--lg-icon-size);
|
|
3823
3856
|
height: var(--lg-icon-size);
|
|
@@ -3842,7 +3875,7 @@
|
|
|
3842
3875
|
top: 0;
|
|
3843
3876
|
bottom: 0;
|
|
3844
3877
|
right: 0;
|
|
3845
|
-
z-index:
|
|
3878
|
+
z-index: var(--zIndex-ui-library);
|
|
3846
3879
|
margin: 0;
|
|
3847
3880
|
padding: 0;
|
|
3848
3881
|
box-sizing: border-box;
|
|
@@ -3933,6 +3966,11 @@
|
|
|
3933
3966
|
.excalidraw .sidebar__header__buttons button.active svg {
|
|
3934
3967
|
color: var(--button-color, var(--color-on-primary-container));
|
|
3935
3968
|
}
|
|
3969
|
+
.excalidraw--mobile.excalidraw .sidebar__header__buttons button {
|
|
3970
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
3971
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
3972
|
+
}
|
|
3973
|
+
|
|
3936
3974
|
.excalidraw .sidebar__header__buttons button svg {
|
|
3937
3975
|
width: var(--lg-icon-size);
|
|
3938
3976
|
height: var(--lg-icon-size);
|
|
@@ -4832,6 +4870,124 @@
|
|
|
4832
4870
|
padding: 2px 3px;
|
|
4833
4871
|
border-radius: 4px;
|
|
4834
4872
|
}
|
|
4873
|
+
/*!************************************************************************************************************************************************************************************************************!*\
|
|
4874
|
+
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/Stats/DragInput.scss ***!
|
|
4875
|
+
\************************************************************************************************************************************************************************************************************/
|
|
4876
|
+
.excalidraw .drag-input-container {
|
|
4877
|
+
display: flex;
|
|
4878
|
+
width: 100%;
|
|
4879
|
+
border-radius: var(--border-radius-lg);
|
|
4880
|
+
}
|
|
4881
|
+
.excalidraw .drag-input-container:focus-within {
|
|
4882
|
+
box-shadow: 0 0 0 1px var(--color-primary-darkest);
|
|
4883
|
+
border-radius: var(--border-radius-md);
|
|
4884
|
+
background: transparent;
|
|
4885
|
+
}
|
|
4886
|
+
.excalidraw .disabled {
|
|
4887
|
+
opacity: 0.5;
|
|
4888
|
+
pointer-events: none;
|
|
4889
|
+
}
|
|
4890
|
+
.excalidraw .drag-input-label {
|
|
4891
|
+
flex-shrink: 0;
|
|
4892
|
+
border: 0;
|
|
4893
|
+
padding: 0 0.5rem 0 0.25rem;
|
|
4894
|
+
min-width: 1rem;
|
|
4895
|
+
width: 1.5rem;
|
|
4896
|
+
height: 2rem;
|
|
4897
|
+
box-sizing: content-box;
|
|
4898
|
+
color: var(--popup-text-color);
|
|
4899
|
+
display: flex;
|
|
4900
|
+
align-items: center;
|
|
4901
|
+
justify-content: center;
|
|
4902
|
+
position: relative;
|
|
4903
|
+
}
|
|
4904
|
+
.excalidraw .drag-input {
|
|
4905
|
+
box-sizing: border-box;
|
|
4906
|
+
width: 100%;
|
|
4907
|
+
margin: 0;
|
|
4908
|
+
font-size: 0.875rem;
|
|
4909
|
+
font-family: inherit;
|
|
4910
|
+
background-color: transparent;
|
|
4911
|
+
color: var(--text-primary-color);
|
|
4912
|
+
border: 0;
|
|
4913
|
+
outline: none;
|
|
4914
|
+
height: 2rem;
|
|
4915
|
+
letter-spacing: 0.4px;
|
|
4916
|
+
padding: 0.5rem;
|
|
4917
|
+
padding-left: 0.25rem;
|
|
4918
|
+
appearance: none;
|
|
4919
|
+
}
|
|
4920
|
+
.excalidraw .drag-input:focus-visible {
|
|
4921
|
+
box-shadow: none;
|
|
4922
|
+
}
|
|
4923
|
+
/*!********************************************************************************************************************************************************************************************************!*\
|
|
4924
|
+
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/Stats/Stats.scss ***!
|
|
4925
|
+
\********************************************************************************************************************************************************************************************************/
|
|
4926
|
+
.exc-stats {
|
|
4927
|
+
width: 204px;
|
|
4928
|
+
position: absolute;
|
|
4929
|
+
top: 60px;
|
|
4930
|
+
font-size: 12px;
|
|
4931
|
+
z-index: var(--zIndex-layerUI);
|
|
4932
|
+
pointer-events: var(--ui-pointerEvents);
|
|
4933
|
+
}
|
|
4934
|
+
:root[dir=rtl] .exc-stats {
|
|
4935
|
+
left: 12px;
|
|
4936
|
+
right: initial;
|
|
4937
|
+
}
|
|
4938
|
+
.exc-stats h2 {
|
|
4939
|
+
font-size: 1.5em;
|
|
4940
|
+
margin-block-start: 0.83em;
|
|
4941
|
+
margin-block-end: 0.83em;
|
|
4942
|
+
font-weight: bold;
|
|
4943
|
+
}
|
|
4944
|
+
.exc-stats h3 {
|
|
4945
|
+
white-space: nowrap;
|
|
4946
|
+
font-size: 1.17em;
|
|
4947
|
+
margin: 0;
|
|
4948
|
+
font-weight: bold;
|
|
4949
|
+
}
|
|
4950
|
+
.exc-stats__rows {
|
|
4951
|
+
display: flex;
|
|
4952
|
+
flex-direction: column;
|
|
4953
|
+
gap: 0.3125rem;
|
|
4954
|
+
}
|
|
4955
|
+
.exc-stats__row {
|
|
4956
|
+
display: flex;
|
|
4957
|
+
justify-content: space-between;
|
|
4958
|
+
align-items: center;
|
|
4959
|
+
display: grid;
|
|
4960
|
+
gap: 4px;
|
|
4961
|
+
}
|
|
4962
|
+
.exc-stats__row div + div {
|
|
4963
|
+
text-align: right;
|
|
4964
|
+
}
|
|
4965
|
+
.exc-stats__row:empty {
|
|
4966
|
+
display: none;
|
|
4967
|
+
}
|
|
4968
|
+
.exc-stats__row--heading {
|
|
4969
|
+
text-align: center;
|
|
4970
|
+
font-weight: bold;
|
|
4971
|
+
margin: 0.25rem 0;
|
|
4972
|
+
}
|
|
4973
|
+
.exc-stats .title {
|
|
4974
|
+
display: flex;
|
|
4975
|
+
justify-content: space-between;
|
|
4976
|
+
align-items: center;
|
|
4977
|
+
margin-bottom: 12px;
|
|
4978
|
+
}
|
|
4979
|
+
.exc-stats .title h2 {
|
|
4980
|
+
margin: 0;
|
|
4981
|
+
}
|
|
4982
|
+
.exc-stats .close {
|
|
4983
|
+
height: 16px;
|
|
4984
|
+
width: 16px;
|
|
4985
|
+
cursor: pointer;
|
|
4986
|
+
}
|
|
4987
|
+
.exc-stats .close svg {
|
|
4988
|
+
width: 100%;
|
|
4989
|
+
height: 100%;
|
|
4990
|
+
}
|
|
4835
4991
|
/*!**************************************************************************************************************************************************************************************************************!*\
|
|
4836
4992
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/ElementLinkDialog.scss ***!
|
|
4837
4993
|
\**************************************************************************************************************************************************************************************************************/
|
|
@@ -5017,6 +5173,48 @@
|
|
|
5017
5173
|
font-family: inherit;
|
|
5018
5174
|
line-height: 1;
|
|
5019
5175
|
}
|
|
5176
|
+
/*!*******************************************************************************************************************************************************************************************************!*\
|
|
5177
|
+
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/HintViewer.scss ***!
|
|
5178
|
+
\*******************************************************************************************************************************************************************************************************/
|
|
5179
|
+
.excalidraw .HintViewer {
|
|
5180
|
+
pointer-events: none;
|
|
5181
|
+
box-sizing: border-box;
|
|
5182
|
+
position: absolute;
|
|
5183
|
+
display: flex;
|
|
5184
|
+
flex-direction: column;
|
|
5185
|
+
justify-content: center;
|
|
5186
|
+
left: 0;
|
|
5187
|
+
top: 100%;
|
|
5188
|
+
max-width: 100%;
|
|
5189
|
+
width: 100%;
|
|
5190
|
+
margin-top: 0.5rem;
|
|
5191
|
+
text-align: center;
|
|
5192
|
+
color: var(--text-primary-color);
|
|
5193
|
+
font-size: 0.75rem;
|
|
5194
|
+
}
|
|
5195
|
+
.excalidraw--mobile.excalidraw .HintViewer {
|
|
5196
|
+
position: static;
|
|
5197
|
+
padding-right: 2rem;
|
|
5198
|
+
}
|
|
5199
|
+
|
|
5200
|
+
.excalidraw .HintViewer > span {
|
|
5201
|
+
padding: 0.25rem;
|
|
5202
|
+
}
|
|
5203
|
+
.excalidraw .HintViewer kbd {
|
|
5204
|
+
display: inline-block;
|
|
5205
|
+
margin: 0 1px;
|
|
5206
|
+
font-family: monospace;
|
|
5207
|
+
border: 1px solid var(--color-gray-40);
|
|
5208
|
+
border-radius: 4px;
|
|
5209
|
+
padding: 1px 3px;
|
|
5210
|
+
font-size: 10px;
|
|
5211
|
+
}
|
|
5212
|
+
.excalidraw.theme--dark .HintViewer {
|
|
5213
|
+
color: var(--color-gray-60);
|
|
5214
|
+
}
|
|
5215
|
+
.excalidraw.theme--dark .HintViewer kbd {
|
|
5216
|
+
border-color: var(--color-gray-60);
|
|
5217
|
+
}
|
|
5020
5218
|
/*!***************************************************************************************************************************************************************************************************!*\
|
|
5021
5219
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/Switch.scss ***!
|
|
5022
5220
|
\***************************************************************************************************************************************************************************************************/
|
|
@@ -5537,6 +5735,9 @@
|
|
|
5537
5735
|
background-color: var(--button-hover-bg);
|
|
5538
5736
|
box-shadow: 0 0 0 1px var(--button-active-border, var(--color-primary-darkest)) inset;
|
|
5539
5737
|
}
|
|
5738
|
+
.excalidraw .App-toolbar__extra-tools-trigger:hover {
|
|
5739
|
+
background-color: transparent;
|
|
5740
|
+
}
|
|
5540
5741
|
.excalidraw .App-toolbar__extra-tools-trigger--selected, .excalidraw .App-toolbar__extra-tools-trigger--selected:hover {
|
|
5541
5742
|
background: var(--color-primary-light);
|
|
5542
5743
|
color: var(--color-primary);
|
|
@@ -5710,6 +5911,8 @@
|
|
|
5710
5911
|
!*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../node_modules/sass-loader/dist/cjs.js!./components/ExcalidrawLogo.scss ***!
|
|
5711
5912
|
\***********************************************************************************************************************************************************************************************************/
|
|
5712
5913
|
.excalidraw .ExcalidrawLogo {
|
|
5914
|
+
--logo-icon--mobile: 1rem;
|
|
5915
|
+
--logo-text--mobile: 0.75rem;
|
|
5713
5916
|
--logo-icon--xs: 2rem;
|
|
5714
5917
|
--logo-text--xs: 1.5rem;
|
|
5715
5918
|
--logo-icon--small: 2.5rem;
|
|
@@ -5733,6 +5936,13 @@
|
|
|
5733
5936
|
width: auto;
|
|
5734
5937
|
color: var(--color-logo-text);
|
|
5735
5938
|
}
|
|
5939
|
+
.excalidraw .ExcalidrawLogo.is-mobile .ExcalidrawLogo-icon {
|
|
5940
|
+
height: var(--logo-icon--mobile);
|
|
5941
|
+
}
|
|
5942
|
+
.excalidraw .ExcalidrawLogo.is-mobile .ExcalidrawLogo-text {
|
|
5943
|
+
height: var(--logo-text--mobile);
|
|
5944
|
+
margin-left: 0.5rem;
|
|
5945
|
+
}
|
|
5736
5946
|
.excalidraw .ExcalidrawLogo.is-xs .ExcalidrawLogo-icon {
|
|
5737
5947
|
height: var(--logo-icon--xs);
|
|
5738
5948
|
}
|
|
@@ -5950,15 +6160,8 @@
|
|
|
5950
6160
|
.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__text {
|
|
5951
6161
|
color: var(--color-gray-10);
|
|
5952
6162
|
}
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
margin-top: 4rem;
|
|
5956
|
-
}
|
|
5957
|
-
}
|
|
5958
|
-
@media (min-height: 600px) and (max-height: 900px) {
|
|
5959
|
-
.excalidraw .welcome-screen-center {
|
|
5960
|
-
margin-top: 4rem;
|
|
5961
|
-
}
|
|
6163
|
+
.excalidraw.excalidraw--mobile .welcome-screen-center {
|
|
6164
|
+
margin-bottom: 2rem;
|
|
5962
6165
|
}
|
|
5963
6166
|
@media (max-height: 500px), (max-width: 320px) {
|
|
5964
6167
|
.excalidraw .welcome-screen-center {
|
|
@@ -6015,6 +6218,8 @@
|
|
|
6015
6218
|
--button-gray-1: #e9ecef;
|
|
6016
6219
|
--button-gray-2: #ced4da;
|
|
6017
6220
|
--button-gray-3: #adb5bd;
|
|
6221
|
+
--mobile-action-button-bg: rgba(255, 255, 255, 0.35);
|
|
6222
|
+
--mobile-color-border: var(--default-border-color);
|
|
6018
6223
|
--button-special-active-bg-color: #ebfbee;
|
|
6019
6224
|
--dialog-border-color: var(--color-gray-20);
|
|
6020
6225
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -6047,6 +6252,7 @@
|
|
|
6047
6252
|
--lg-button-size: 2.25rem;
|
|
6048
6253
|
--lg-icon-size: 1rem;
|
|
6049
6254
|
--editor-container-padding: 1rem;
|
|
6255
|
+
--mobile-action-button-size: 2rem;
|
|
6050
6256
|
--scrollbar-thumb: var(--button-gray-2);
|
|
6051
6257
|
--scrollbar-thumb-hover: var(--button-gray-3);
|
|
6052
6258
|
--color-slider-track: hsl(240, 100%, 90%);
|
|
@@ -6141,6 +6347,10 @@
|
|
|
6141
6347
|
--color-badge: #0b6513;
|
|
6142
6348
|
--background-color-badge: #d3ffd2;
|
|
6143
6349
|
}
|
|
6350
|
+
.excalidraw--mobile.excalidraw {
|
|
6351
|
+
--editor-container-padding: 0.75rem;
|
|
6352
|
+
}
|
|
6353
|
+
|
|
6144
6354
|
@media screen and (min-device-width: 1921px) {
|
|
6145
6355
|
.excalidraw {
|
|
6146
6356
|
--lg-button-size: 2.5rem;
|
|
@@ -6159,6 +6369,8 @@
|
|
|
6159
6369
|
--button-gray-1: #363636;
|
|
6160
6370
|
--button-gray-2: #272727;
|
|
6161
6371
|
--button-gray-3: #222;
|
|
6372
|
+
--mobile-action-button-bg: var(--island-bg-color);
|
|
6373
|
+
--mobile-color-border: rgba(255, 255, 255, 0.85);
|
|
6162
6374
|
--button-special-active-bg-color: #204624;
|
|
6163
6375
|
--dialog-border-color: var(--color-gray-80);
|
|
6164
6376
|
--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path fill=\"%23ced4da\" d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");
|
|
@@ -6243,6 +6455,11 @@
|
|
|
6243
6455
|
--zIndex-eyeDropperBackdrop: 5;
|
|
6244
6456
|
--zIndex-eyeDropperPreview: 6;
|
|
6245
6457
|
--zIndex-hyperlinkContainer: 7;
|
|
6458
|
+
--zIndex-ui-bottom: 60;
|
|
6459
|
+
--zIndex-ui-library: 80;
|
|
6460
|
+
--zIndex-ui-context-menu: 90;
|
|
6461
|
+
--zIndex-ui-styles-popup: 100;
|
|
6462
|
+
--zIndex-ui-top: 100;
|
|
6246
6463
|
--zIndex-modal: 1000;
|
|
6247
6464
|
--zIndex-popup: 1001;
|
|
6248
6465
|
--zIndex-toast: 999999;
|
|
@@ -6276,6 +6493,13 @@ body.excalidraw-cursor-resize * {
|
|
|
6276
6493
|
user-select: none;
|
|
6277
6494
|
/*zsviczian*/
|
|
6278
6495
|
}
|
|
6496
|
+
.excalidraw button,
|
|
6497
|
+
.excalidraw label {
|
|
6498
|
+
-webkit-tap-highlight-color: transparent;
|
|
6499
|
+
-webkit-touch-callout: none;
|
|
6500
|
+
-webkit-user-select: none;
|
|
6501
|
+
user-select: none;
|
|
6502
|
+
}
|
|
6279
6503
|
.excalidraw button {
|
|
6280
6504
|
cursor: pointer;
|
|
6281
6505
|
-webkit-user-select: none;
|
|
@@ -6464,6 +6688,11 @@ body.excalidraw-cursor-resize * {
|
|
|
6464
6688
|
.excalidraw .buttonList .zIndexButton.active svg {
|
|
6465
6689
|
color: var(--button-color, var(--color-on-primary-container));
|
|
6466
6690
|
}
|
|
6691
|
+
.excalidraw--mobile.excalidraw .buttonList label, .excalidraw .buttonList button, .excalidraw .buttonList .zIndexButton {
|
|
6692
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
6693
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
6694
|
+
}
|
|
6695
|
+
|
|
6467
6696
|
.excalidraw .buttonList label svg,
|
|
6468
6697
|
.excalidraw .buttonList button svg,
|
|
6469
6698
|
.excalidraw .buttonList .zIndexButton svg {
|
|
@@ -6471,35 +6700,47 @@ body.excalidraw-cursor-resize * {
|
|
|
6471
6700
|
height: var(--default-icon-size);
|
|
6472
6701
|
}
|
|
6473
6702
|
.excalidraw .App-top-bar {
|
|
6474
|
-
z-index: var(--zIndex-
|
|
6703
|
+
z-index: var(--zIndex-ui-top);
|
|
6475
6704
|
display: flex;
|
|
6476
6705
|
flex-direction: column;
|
|
6477
|
-
|
|
6706
|
+
}
|
|
6707
|
+
.excalidraw .App-welcome-screen {
|
|
6708
|
+
z-index: var(--zIndex-layerUI);
|
|
6478
6709
|
}
|
|
6479
6710
|
.excalidraw .App-bottom-bar {
|
|
6480
6711
|
position: absolute;
|
|
6481
|
-
|
|
6712
|
+
width: calc(100% - 28px);
|
|
6713
|
+
max-width: 450px;
|
|
6482
6714
|
bottom: 0;
|
|
6483
|
-
left:
|
|
6484
|
-
|
|
6715
|
+
left: 50%;
|
|
6716
|
+
transform: translateX(-50%);
|
|
6485
6717
|
--bar-padding: calc(4 * var(--space-factor));
|
|
6486
|
-
z-index:
|
|
6718
|
+
z-index: var(--zIndex-ui-bottom);
|
|
6487
6719
|
display: flex;
|
|
6488
|
-
|
|
6720
|
+
flex-direction: column;
|
|
6489
6721
|
pointer-events: none;
|
|
6722
|
+
justify-content: center;
|
|
6723
|
+
}
|
|
6724
|
+
.excalidraw--tray.excalidraw .App-bottom-bar {
|
|
6725
|
+
flex-direction: row;
|
|
6726
|
+
left: 0;
|
|
6727
|
+
transform: none;
|
|
6728
|
+
justify-content: flex-start;
|
|
6729
|
+
align-items: flex-end;
|
|
6730
|
+
max-width: 19rem;
|
|
6490
6731
|
}
|
|
6732
|
+
|
|
6491
6733
|
.excalidraw .App-bottom-bar > .Island {
|
|
6492
|
-
/*width: 100%; //zsviczian*/
|
|
6493
|
-
max-width: 100%;
|
|
6494
|
-
/*min-width: 100%; //zsviczian*/
|
|
6495
6734
|
box-sizing: border-box;
|
|
6496
6735
|
max-height: 100%;
|
|
6736
|
+
padding: 4px;
|
|
6497
6737
|
display: flex;
|
|
6498
6738
|
flex-direction: column;
|
|
6499
6739
|
pointer-events: var(--ui-pointerEvents);
|
|
6500
6740
|
}
|
|
6501
6741
|
.excalidraw .App-toolbar {
|
|
6502
|
-
|
|
6742
|
+
display: flex;
|
|
6743
|
+
justify-content: center;
|
|
6503
6744
|
}
|
|
6504
6745
|
.excalidraw .App-toolbar .eraser.ToolIcon:hover {
|
|
6505
6746
|
--icon-fill-color: #fff;
|
|
@@ -6508,16 +6749,29 @@ body.excalidraw-cursor-resize * {
|
|
|
6508
6749
|
.excalidraw .App-toolbar .eraser.active {
|
|
6509
6750
|
background-color: var(--color-primary);
|
|
6510
6751
|
}
|
|
6752
|
+
.excalidraw .excalidraw-ui-top-left {
|
|
6753
|
+
display: flex;
|
|
6754
|
+
gap: 0.5rem;
|
|
6755
|
+
}
|
|
6511
6756
|
.excalidraw .App-toolbar-content {
|
|
6512
6757
|
display: flex;
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6758
|
+
flex-direction: column;
|
|
6759
|
+
pointer-events: none;
|
|
6760
|
+
}
|
|
6761
|
+
.excalidraw .App-toolbar-content > * {
|
|
6762
|
+
pointer-events: var(--ui-pointerEvents);
|
|
6516
6763
|
}
|
|
6517
|
-
.excalidraw .App-toolbar-content .dropdown-menu--
|
|
6764
|
+
.excalidraw .App-toolbar-content .dropdown-menu--tray {
|
|
6518
6765
|
bottom: 55px;
|
|
6519
6766
|
top: auto;
|
|
6520
6767
|
}
|
|
6768
|
+
.excalidraw--tray.excalidraw .App-toolbar-content {
|
|
6769
|
+
flex-direction: row;
|
|
6770
|
+
}
|
|
6771
|
+
|
|
6772
|
+
.excalidraw .App-toolbar-content label.ToolIcon.is-mobile {
|
|
6773
|
+
background-color: var(--color-surface-low);
|
|
6774
|
+
}
|
|
6521
6775
|
.excalidraw .App-mobile-menu {
|
|
6522
6776
|
width: 100%;
|
|
6523
6777
|
overflow-x: visible;
|
|
@@ -6528,6 +6782,16 @@ body.excalidraw-cursor-resize * {
|
|
|
6528
6782
|
.excalidraw .App-mobile-menu .selected-shape-actions {
|
|
6529
6783
|
padding: 8px 8px 0 8px;
|
|
6530
6784
|
}
|
|
6785
|
+
.excalidraw .App-tray-menu {
|
|
6786
|
+
width: 100%;
|
|
6787
|
+
overflow-x: hidden;
|
|
6788
|
+
overflow-y: auto;
|
|
6789
|
+
box-sizing: border-box;
|
|
6790
|
+
margin-bottom: var(--bar-padding);
|
|
6791
|
+
}
|
|
6792
|
+
.excalidraw .App-tray-menu .selected-shape-actions {
|
|
6793
|
+
padding: 8px 8px 0 8px;
|
|
6794
|
+
}
|
|
6531
6795
|
.excalidraw .App-menu {
|
|
6532
6796
|
display: grid;
|
|
6533
6797
|
color: var(--icon-fill-color);
|
|
@@ -6710,9 +6974,19 @@ body.excalidraw-cursor-resize * {
|
|
|
6710
6974
|
.excalidraw .help-icon.active svg {
|
|
6711
6975
|
color: var(--button-color, var(--color-on-primary-container));
|
|
6712
6976
|
}
|
|
6977
|
+
.excalidraw--mobile.excalidraw .help-icon {
|
|
6978
|
+
width: var(--mobile-action-button-size, var(--default-button-size));
|
|
6979
|
+
height: var(--mobile-action-button-size, var(--default-button-size));
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6713
6982
|
.excalidraw .help-icon:active {
|
|
6714
6983
|
box-shadow: 0 0 0 1px var(--color-brand-active);
|
|
6715
6984
|
}
|
|
6985
|
+
.excalidraw--mobile.excalidraw .help-icon {
|
|
6986
|
+
width: var(--mobile-action-button-size, 2rem);
|
|
6987
|
+
height: var(--mobile-action-button-size, 2rem);
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6716
6990
|
.excalidraw .help-icon svg {
|
|
6717
6991
|
width: var(--lg-icon-size);
|
|
6718
6992
|
height: var(--lg-icon-size);
|
|
@@ -6740,6 +7014,14 @@ body.excalidraw-cursor-resize * {
|
|
|
6740
7014
|
display: none;
|
|
6741
7015
|
}
|
|
6742
7016
|
.excalidraw--mobile.excalidraw .scroll-back-to-content {
|
|
7017
|
+
bottom: calc(100px + var(--sab, 0));
|
|
7018
|
+
z-index: -1;
|
|
7019
|
+
}
|
|
7020
|
+
|
|
7021
|
+
.excalidraw--tray.excalidraw aside {
|
|
7022
|
+
display: none;
|
|
7023
|
+
}
|
|
7024
|
+
.excalidraw--tray.excalidraw .scroll-back-to-content {
|
|
6743
7025
|
bottom: calc(80px + var(--sab, 0));
|
|
6744
7026
|
z-index: -1;
|
|
6745
7027
|
}
|
|
@@ -6830,6 +7112,7 @@ body.excalidraw-cursor-resize * {
|
|
|
6830
7112
|
border-bottom-left-radius: var(--border-radius-lg);
|
|
6831
7113
|
border-right: 0;
|
|
6832
7114
|
overflow: hidden;
|
|
7115
|
+
margin-right: 3px;
|
|
6833
7116
|
background-color: var(--island-bg-color);
|
|
6834
7117
|
}
|
|
6835
7118
|
.excalidraw .mobile-misc-tools-container .ToolIcon__icon {
|
|
@@ -6840,6 +7123,28 @@ body.excalidraw-cursor-resize * {
|
|
|
6840
7123
|
.excalidraw .mobile-misc-tools-container .default-sidebar-trigger {
|
|
6841
7124
|
border: 0;
|
|
6842
7125
|
}
|
|
7126
|
+
.excalidraw .tray-misc-tools-container {
|
|
7127
|
+
position: absolute;
|
|
7128
|
+
top: calc(5rem - var(--editor-container-padding));
|
|
7129
|
+
right: calc(var(--editor-container-padding) * -1);
|
|
7130
|
+
display: flex;
|
|
7131
|
+
flex-direction: column;
|
|
7132
|
+
border: 1px solid var(--sidebar-border-color);
|
|
7133
|
+
border-top-left-radius: var(--border-radius-lg);
|
|
7134
|
+
border-bottom-left-radius: var(--border-radius-lg);
|
|
7135
|
+
border-right: 0;
|
|
7136
|
+
overflow: hidden;
|
|
7137
|
+
margin-right: 3px;
|
|
7138
|
+
background-color: var(--island-bg-color);
|
|
7139
|
+
}
|
|
7140
|
+
.excalidraw .tray-misc-tools-container .ToolIcon__icon {
|
|
7141
|
+
width: 2rem;
|
|
7142
|
+
height: 2rem;
|
|
7143
|
+
border-radius: 0;
|
|
7144
|
+
}
|
|
7145
|
+
.excalidraw .tray-misc-tools-container .default-sidebar-trigger {
|
|
7146
|
+
border: 0;
|
|
7147
|
+
}
|
|
6843
7148
|
.excalidraw .App-toolbar--mobile {
|
|
6844
7149
|
overflow: visible;
|
|
6845
7150
|
max-width: 98vw;
|
|
@@ -6847,6 +7152,13 @@ body.excalidraw-cursor-resize * {
|
|
|
6847
7152
|
.excalidraw .App-toolbar--mobile .ToolIcon__keybinding {
|
|
6848
7153
|
display: block;
|
|
6849
7154
|
}
|
|
7155
|
+
.excalidraw .App-toolbar--tray {
|
|
7156
|
+
overflow: visible;
|
|
7157
|
+
max-width: 98vw;
|
|
7158
|
+
}
|
|
7159
|
+
.excalidraw .App-toolbar--tray .ToolIcon__keybinding {
|
|
7160
|
+
display: block;
|
|
7161
|
+
}
|
|
6850
7162
|
.excalidraw .UserList-Wrapper {
|
|
6851
7163
|
margin: 0;
|
|
6852
7164
|
padding: 0;
|
|
@@ -6868,11 +7180,18 @@ body.excalidraw-cursor-resize * {
|
|
|
6868
7180
|
.excalidraw .main-menu-trigger:active {
|
|
6869
7181
|
box-shadow: 0 0 0 1px var(--color-brand-active);
|
|
6870
7182
|
}
|
|
7183
|
+
.excalidraw--mobile.excalidraw .main-menu-trigger {
|
|
7184
|
+
width: var(--mobile-action-button-size, 2rem);
|
|
7185
|
+
height: var(--mobile-action-button-size, 2rem);
|
|
7186
|
+
}
|
|
7187
|
+
|
|
7188
|
+
.excalidraw .App-tray-menu,
|
|
6871
7189
|
.excalidraw .App-mobile-menu,
|
|
6872
7190
|
.excalidraw .App-menu__left {
|
|
6873
7191
|
--button-border: transparent;
|
|
6874
7192
|
--button-bg: var(--color-surface-mid);
|
|
6875
7193
|
}
|
|
7194
|
+
.excalidraw.theme--dark.excalidraw .App-tray-menu,
|
|
6876
7195
|
.excalidraw.theme--dark.excalidraw .App-mobile-menu,
|
|
6877
7196
|
.excalidraw.theme--dark.excalidraw .App-menu__left {
|
|
6878
7197
|
--button-hover-bg: #363541;
|