@libxai/board 1.5.12 → 1.5.13

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/styles.css CHANGED
@@ -7463,471 +7463,471 @@ html[data-theme="neutral"] .column-manager-menu * {
7463
7463
  */
7464
7464
 
7465
7465
 
7466
- /*
7467
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7468
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
7466
+ /*
7467
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7468
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
7469
7469
  */
7470
7470
 
7471
7471
 
7472
- *,
7473
- ::before,
7474
- ::after {
7475
- box-sizing: border-box; /* 1 */
7476
- border-width: 0; /* 2 */
7477
- border-style: solid; /* 2 */
7478
- border-color: #e5e7eb; /* 2 */
7472
+ *,
7473
+ ::before,
7474
+ ::after {
7475
+ box-sizing: border-box; /* 1 */
7476
+ border-width: 0; /* 2 */
7477
+ border-style: solid; /* 2 */
7478
+ border-color: #e5e7eb; /* 2 */
7479
7479
  }
7480
7480
 
7481
7481
 
7482
- ::before,
7483
- ::after {
7484
- --tw-content: '';
7482
+ ::before,
7483
+ ::after {
7484
+ --tw-content: '';
7485
7485
  }
7486
7486
 
7487
7487
 
7488
- /*
7489
- 1. Use a consistent sensible line-height in all browsers.
7490
- 2. Prevent adjustments of font size after orientation changes in iOS.
7491
- 3. Use a more readable tab size.
7492
- 4. Use the user's configured `sans` font-family by default.
7493
- 5. Use the user's configured `sans` font-feature-settings by default.
7494
- 6. Use the user's configured `sans` font-variation-settings by default.
7495
- 7. Disable tap highlights on iOS
7488
+ /*
7489
+ 1. Use a consistent sensible line-height in all browsers.
7490
+ 2. Prevent adjustments of font size after orientation changes in iOS.
7491
+ 3. Use a more readable tab size.
7492
+ 4. Use the user's configured `sans` font-family by default.
7493
+ 5. Use the user's configured `sans` font-feature-settings by default.
7494
+ 6. Use the user's configured `sans` font-variation-settings by default.
7495
+ 7. Disable tap highlights on iOS
7496
7496
  */
7497
7497
 
7498
7498
 
7499
- html,
7500
- :host {
7501
- line-height: 1.5; /* 1 */
7502
- -webkit-text-size-adjust: 100%; /* 2 */
7503
- -moz-tab-size: 4; /* 3 */
7504
- -o-tab-size: 4;
7505
- tab-size: 4; /* 3 */
7506
- font-family: Inter Variable, system-ui, sans-serif; /* 4 */
7507
- font-feature-settings: normal; /* 5 */
7508
- font-variation-settings: normal; /* 6 */
7509
- -webkit-tap-highlight-color: transparent; /* 7 */
7499
+ html,
7500
+ :host {
7501
+ line-height: 1.5; /* 1 */
7502
+ -webkit-text-size-adjust: 100%; /* 2 */
7503
+ -moz-tab-size: 4; /* 3 */
7504
+ -o-tab-size: 4;
7505
+ tab-size: 4; /* 3 */
7506
+ font-family: Inter Variable, system-ui, sans-serif; /* 4 */
7507
+ font-feature-settings: normal; /* 5 */
7508
+ font-variation-settings: normal; /* 6 */
7509
+ -webkit-tap-highlight-color: transparent; /* 7 */
7510
7510
  }
7511
7511
 
7512
7512
 
7513
- /*
7514
- 1. Remove the margin in all browsers.
7515
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
7513
+ /*
7514
+ 1. Remove the margin in all browsers.
7515
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
7516
7516
  */
7517
7517
 
7518
7518
 
7519
- body {
7520
- margin: 0; /* 1 */
7521
- line-height: inherit; /* 2 */
7519
+ body {
7520
+ margin: 0; /* 1 */
7521
+ line-height: inherit; /* 2 */
7522
7522
  }
7523
7523
 
7524
7524
 
7525
- /*
7526
- 1. Add the correct height in Firefox.
7527
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
7528
- 3. Ensure horizontal rules are visible by default.
7525
+ /*
7526
+ 1. Add the correct height in Firefox.
7527
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
7528
+ 3. Ensure horizontal rules are visible by default.
7529
7529
  */
7530
7530
 
7531
7531
 
7532
- hr {
7533
- height: 0; /* 1 */
7534
- color: inherit; /* 2 */
7535
- border-top-width: 1px; /* 3 */
7532
+ hr {
7533
+ height: 0; /* 1 */
7534
+ color: inherit; /* 2 */
7535
+ border-top-width: 1px; /* 3 */
7536
7536
  }
7537
7537
 
7538
7538
 
7539
- /*
7540
- Add the correct text decoration in Chrome, Edge, and Safari.
7539
+ /*
7540
+ Add the correct text decoration in Chrome, Edge, and Safari.
7541
7541
  */
7542
7542
 
7543
7543
 
7544
- abbr:where([title]) {
7545
- -webkit-text-decoration: underline dotted;
7546
- text-decoration: underline dotted;
7544
+ abbr:where([title]) {
7545
+ -webkit-text-decoration: underline dotted;
7546
+ text-decoration: underline dotted;
7547
7547
  }
7548
7548
 
7549
7549
 
7550
- /*
7551
- Remove the default font size and weight for headings.
7550
+ /*
7551
+ Remove the default font size and weight for headings.
7552
7552
  */
7553
7553
 
7554
7554
 
7555
- h1,
7556
- h2,
7557
- h3,
7558
- h4,
7559
- h5,
7560
- h6 {
7561
- font-size: inherit;
7562
- font-weight: inherit;
7555
+ h1,
7556
+ h2,
7557
+ h3,
7558
+ h4,
7559
+ h5,
7560
+ h6 {
7561
+ font-size: inherit;
7562
+ font-weight: inherit;
7563
7563
  }
7564
7564
 
7565
7565
 
7566
- /*
7567
- Reset links to optimize for opt-in styling instead of opt-out.
7566
+ /*
7567
+ Reset links to optimize for opt-in styling instead of opt-out.
7568
7568
  */
7569
7569
 
7570
7570
 
7571
- a {
7572
- color: inherit;
7573
- text-decoration: inherit;
7571
+ a {
7572
+ color: inherit;
7573
+ text-decoration: inherit;
7574
7574
  }
7575
7575
 
7576
7576
 
7577
- /*
7578
- Add the correct font weight in Edge and Safari.
7577
+ /*
7578
+ Add the correct font weight in Edge and Safari.
7579
7579
  */
7580
7580
 
7581
7581
 
7582
- b,
7583
- strong {
7584
- font-weight: bolder;
7582
+ b,
7583
+ strong {
7584
+ font-weight: bolder;
7585
7585
  }
7586
7586
 
7587
7587
 
7588
- /*
7589
- 1. Use the user's configured `mono` font-family by default.
7590
- 2. Use the user's configured `mono` font-feature-settings by default.
7591
- 3. Use the user's configured `mono` font-variation-settings by default.
7592
- 4. Correct the odd `em` font sizing in all browsers.
7588
+ /*
7589
+ 1. Use the user's configured `mono` font-family by default.
7590
+ 2. Use the user's configured `mono` font-feature-settings by default.
7591
+ 3. Use the user's configured `mono` font-variation-settings by default.
7592
+ 4. Correct the odd `em` font sizing in all browsers.
7593
7593
  */
7594
7594
 
7595
7595
 
7596
- code,
7597
- kbd,
7598
- samp,
7599
- pre {
7600
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
7601
- font-feature-settings: normal; /* 2 */
7602
- font-variation-settings: normal; /* 3 */
7603
- font-size: 1em; /* 4 */
7596
+ code,
7597
+ kbd,
7598
+ samp,
7599
+ pre {
7600
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
7601
+ font-feature-settings: normal; /* 2 */
7602
+ font-variation-settings: normal; /* 3 */
7603
+ font-size: 1em; /* 4 */
7604
7604
  }
7605
7605
 
7606
7606
 
7607
- /*
7608
- Add the correct font size in all browsers.
7607
+ /*
7608
+ Add the correct font size in all browsers.
7609
7609
  */
7610
7610
 
7611
7611
 
7612
- small {
7613
- font-size: 80%;
7612
+ small {
7613
+ font-size: 80%;
7614
7614
  }
7615
7615
 
7616
7616
 
7617
- /*
7618
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
7617
+ /*
7618
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
7619
7619
  */
7620
7620
 
7621
7621
 
7622
- sub,
7623
- sup {
7624
- font-size: 75%;
7625
- line-height: 0;
7626
- position: relative;
7627
- vertical-align: baseline;
7622
+ sub,
7623
+ sup {
7624
+ font-size: 75%;
7625
+ line-height: 0;
7626
+ position: relative;
7627
+ vertical-align: baseline;
7628
7628
  }
7629
7629
 
7630
7630
 
7631
- sub {
7632
- bottom: -0.25em;
7631
+ sub {
7632
+ bottom: -0.25em;
7633
7633
  }
7634
7634
 
7635
7635
 
7636
- sup {
7637
- top: -0.5em;
7636
+ sup {
7637
+ top: -0.5em;
7638
7638
  }
7639
7639
 
7640
7640
 
7641
- /*
7642
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
7643
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
7644
- 3. Remove gaps between table borders by default.
7641
+ /*
7642
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
7643
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
7644
+ 3. Remove gaps between table borders by default.
7645
7645
  */
7646
7646
 
7647
7647
 
7648
- table {
7649
- text-indent: 0; /* 1 */
7650
- border-color: inherit; /* 2 */
7651
- border-collapse: collapse; /* 3 */
7648
+ table {
7649
+ text-indent: 0; /* 1 */
7650
+ border-color: inherit; /* 2 */
7651
+ border-collapse: collapse; /* 3 */
7652
7652
  }
7653
7653
 
7654
7654
 
7655
- /*
7656
- 1. Change the font styles in all browsers.
7657
- 2. Remove the margin in Firefox and Safari.
7658
- 3. Remove default padding in all browsers.
7655
+ /*
7656
+ 1. Change the font styles in all browsers.
7657
+ 2. Remove the margin in Firefox and Safari.
7658
+ 3. Remove default padding in all browsers.
7659
7659
  */
7660
7660
 
7661
7661
 
7662
- button,
7663
- input,
7664
- optgroup,
7665
- select,
7666
- textarea {
7667
- font-family: inherit; /* 1 */
7668
- font-feature-settings: inherit; /* 1 */
7669
- font-variation-settings: inherit; /* 1 */
7670
- font-size: 100%; /* 1 */
7671
- font-weight: inherit; /* 1 */
7672
- line-height: inherit; /* 1 */
7673
- letter-spacing: inherit; /* 1 */
7674
- color: inherit; /* 1 */
7675
- margin: 0; /* 2 */
7676
- padding: 0; /* 3 */
7662
+ button,
7663
+ input,
7664
+ optgroup,
7665
+ select,
7666
+ textarea {
7667
+ font-family: inherit; /* 1 */
7668
+ font-feature-settings: inherit; /* 1 */
7669
+ font-variation-settings: inherit; /* 1 */
7670
+ font-size: 100%; /* 1 */
7671
+ font-weight: inherit; /* 1 */
7672
+ line-height: inherit; /* 1 */
7673
+ letter-spacing: inherit; /* 1 */
7674
+ color: inherit; /* 1 */
7675
+ margin: 0; /* 2 */
7676
+ padding: 0; /* 3 */
7677
7677
  }
7678
7678
 
7679
7679
 
7680
- /*
7681
- Remove the inheritance of text transform in Edge and Firefox.
7680
+ /*
7681
+ Remove the inheritance of text transform in Edge and Firefox.
7682
7682
  */
7683
7683
 
7684
7684
 
7685
- button,
7686
- select {
7687
- text-transform: none;
7685
+ button,
7686
+ select {
7687
+ text-transform: none;
7688
7688
  }
7689
7689
 
7690
7690
 
7691
- /*
7692
- 1. Correct the inability to style clickable types in iOS and Safari.
7693
- 2. Remove default button styles.
7691
+ /*
7692
+ 1. Correct the inability to style clickable types in iOS and Safari.
7693
+ 2. Remove default button styles.
7694
7694
  */
7695
7695
 
7696
7696
 
7697
- button,
7698
- input:where([type='button']),
7699
- input:where([type='reset']),
7700
- input:where([type='submit']) {
7701
- -webkit-appearance: button; /* 1 */
7702
- background-color: transparent; /* 2 */
7703
- background-image: none; /* 2 */
7697
+ button,
7698
+ input:where([type='button']),
7699
+ input:where([type='reset']),
7700
+ input:where([type='submit']) {
7701
+ -webkit-appearance: button; /* 1 */
7702
+ background-color: transparent; /* 2 */
7703
+ background-image: none; /* 2 */
7704
7704
  }
7705
7705
 
7706
7706
 
7707
- /*
7708
- Use the modern Firefox focus style for all focusable elements.
7707
+ /*
7708
+ Use the modern Firefox focus style for all focusable elements.
7709
7709
  */
7710
7710
 
7711
7711
 
7712
- :-moz-focusring {
7713
- outline: auto;
7712
+ :-moz-focusring {
7713
+ outline: auto;
7714
7714
  }
7715
7715
 
7716
7716
 
7717
- /*
7718
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
7717
+ /*
7718
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
7719
7719
  */
7720
7720
 
7721
7721
 
7722
- :-moz-ui-invalid {
7723
- box-shadow: none;
7722
+ :-moz-ui-invalid {
7723
+ box-shadow: none;
7724
7724
  }
7725
7725
 
7726
7726
 
7727
- /*
7728
- Add the correct vertical alignment in Chrome and Firefox.
7727
+ /*
7728
+ Add the correct vertical alignment in Chrome and Firefox.
7729
7729
  */
7730
7730
 
7731
7731
 
7732
- progress {
7733
- vertical-align: baseline;
7732
+ progress {
7733
+ vertical-align: baseline;
7734
7734
  }
7735
7735
 
7736
7736
 
7737
- /*
7738
- Correct the cursor style of increment and decrement buttons in Safari.
7737
+ /*
7738
+ Correct the cursor style of increment and decrement buttons in Safari.
7739
7739
  */
7740
7740
 
7741
7741
 
7742
- ::-webkit-inner-spin-button,
7743
- ::-webkit-outer-spin-button {
7744
- height: auto;
7742
+ ::-webkit-inner-spin-button,
7743
+ ::-webkit-outer-spin-button {
7744
+ height: auto;
7745
7745
  }
7746
7746
 
7747
7747
 
7748
- /*
7749
- 1. Correct the odd appearance in Chrome and Safari.
7750
- 2. Correct the outline style in Safari.
7748
+ /*
7749
+ 1. Correct the odd appearance in Chrome and Safari.
7750
+ 2. Correct the outline style in Safari.
7751
7751
  */
7752
7752
 
7753
7753
 
7754
- [type='search'] {
7755
- -webkit-appearance: textfield; /* 1 */
7756
- outline-offset: -2px; /* 2 */
7754
+ [type='search'] {
7755
+ -webkit-appearance: textfield; /* 1 */
7756
+ outline-offset: -2px; /* 2 */
7757
7757
  }
7758
7758
 
7759
7759
 
7760
- /*
7761
- Remove the inner padding in Chrome and Safari on macOS.
7760
+ /*
7761
+ Remove the inner padding in Chrome and Safari on macOS.
7762
7762
  */
7763
7763
 
7764
7764
 
7765
- ::-webkit-search-decoration {
7766
- -webkit-appearance: none;
7765
+ ::-webkit-search-decoration {
7766
+ -webkit-appearance: none;
7767
7767
  }
7768
7768
 
7769
7769
 
7770
- /*
7771
- 1. Correct the inability to style clickable types in iOS and Safari.
7772
- 2. Change font properties to `inherit` in Safari.
7770
+ /*
7771
+ 1. Correct the inability to style clickable types in iOS and Safari.
7772
+ 2. Change font properties to `inherit` in Safari.
7773
7773
  */
7774
7774
 
7775
7775
 
7776
- ::-webkit-file-upload-button {
7777
- -webkit-appearance: button; /* 1 */
7778
- font: inherit; /* 2 */
7776
+ ::-webkit-file-upload-button {
7777
+ -webkit-appearance: button; /* 1 */
7778
+ font: inherit; /* 2 */
7779
7779
  }
7780
7780
 
7781
7781
 
7782
- /*
7783
- Add the correct display in Chrome and Safari.
7782
+ /*
7783
+ Add the correct display in Chrome and Safari.
7784
7784
  */
7785
7785
 
7786
7786
 
7787
- summary {
7788
- display: list-item;
7787
+ summary {
7788
+ display: list-item;
7789
7789
  }
7790
7790
 
7791
7791
 
7792
- /*
7793
- Removes the default spacing and border for appropriate elements.
7792
+ /*
7793
+ Removes the default spacing and border for appropriate elements.
7794
7794
  */
7795
7795
 
7796
7796
 
7797
- blockquote,
7798
- dl,
7799
- dd,
7800
- h1,
7801
- h2,
7802
- h3,
7803
- h4,
7804
- h5,
7805
- h6,
7806
- hr,
7807
- figure,
7808
- p,
7809
- pre {
7810
- margin: 0;
7797
+ blockquote,
7798
+ dl,
7799
+ dd,
7800
+ h1,
7801
+ h2,
7802
+ h3,
7803
+ h4,
7804
+ h5,
7805
+ h6,
7806
+ hr,
7807
+ figure,
7808
+ p,
7809
+ pre {
7810
+ margin: 0;
7811
7811
  }
7812
7812
 
7813
7813
 
7814
- fieldset {
7815
- margin: 0;
7816
- padding: 0;
7814
+ fieldset {
7815
+ margin: 0;
7816
+ padding: 0;
7817
7817
  }
7818
7818
 
7819
7819
 
7820
- legend {
7821
- padding: 0;
7820
+ legend {
7821
+ padding: 0;
7822
7822
  }
7823
7823
 
7824
7824
 
7825
- ol,
7826
- ul,
7827
- menu {
7828
- list-style: none;
7829
- margin: 0;
7830
- padding: 0;
7825
+ ol,
7826
+ ul,
7827
+ menu {
7828
+ list-style: none;
7829
+ margin: 0;
7830
+ padding: 0;
7831
7831
  }
7832
7832
 
7833
7833
 
7834
- /*
7835
- Reset default styling for dialogs.
7834
+ /*
7835
+ Reset default styling for dialogs.
7836
7836
  */
7837
7837
 
7838
7838
 
7839
- dialog {
7840
- padding: 0;
7839
+ dialog {
7840
+ padding: 0;
7841
7841
  }
7842
7842
 
7843
7843
 
7844
- /*
7845
- Prevent resizing textareas horizontally by default.
7844
+ /*
7845
+ Prevent resizing textareas horizontally by default.
7846
7846
  */
7847
7847
 
7848
7848
 
7849
- textarea {
7850
- resize: vertical;
7849
+ textarea {
7850
+ resize: vertical;
7851
7851
  }
7852
7852
 
7853
7853
 
7854
- /*
7855
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
7856
- 2. Set the default placeholder color to the user's configured gray 400 color.
7854
+ /*
7855
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
7856
+ 2. Set the default placeholder color to the user's configured gray 400 color.
7857
7857
  */
7858
7858
 
7859
7859
 
7860
- input::-moz-placeholder, textarea::-moz-placeholder {
7861
- opacity: 1; /* 1 */
7862
- color: #9ca3af; /* 2 */
7860
+ input::-moz-placeholder, textarea::-moz-placeholder {
7861
+ opacity: 1; /* 1 */
7862
+ color: #9ca3af; /* 2 */
7863
7863
  }
7864
7864
 
7865
7865
 
7866
- input::placeholder,
7867
- textarea::placeholder {
7868
- opacity: 1; /* 1 */
7869
- color: #9ca3af; /* 2 */
7866
+ input::placeholder,
7867
+ textarea::placeholder {
7868
+ opacity: 1; /* 1 */
7869
+ color: #9ca3af; /* 2 */
7870
7870
  }
7871
7871
 
7872
7872
 
7873
- /*
7874
- Set the default cursor for buttons.
7873
+ /*
7874
+ Set the default cursor for buttons.
7875
7875
  */
7876
7876
 
7877
7877
 
7878
- button,
7879
- [role="button"] {
7880
- cursor: pointer;
7878
+ button,
7879
+ [role="button"] {
7880
+ cursor: pointer;
7881
7881
  }
7882
7882
 
7883
7883
 
7884
- /*
7885
- Make sure disabled buttons don't get the pointer cursor.
7884
+ /*
7885
+ Make sure disabled buttons don't get the pointer cursor.
7886
7886
  */
7887
7887
 
7888
7888
 
7889
- :disabled {
7890
- cursor: default;
7889
+ :disabled {
7890
+ cursor: default;
7891
7891
  }
7892
7892
 
7893
7893
 
7894
- /*
7895
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
7896
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
7897
- This can trigger a poorly considered lint error in some tools but is included by design.
7894
+ /*
7895
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
7896
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
7897
+ This can trigger a poorly considered lint error in some tools but is included by design.
7898
7898
  */
7899
7899
 
7900
7900
 
7901
- img,
7902
- svg,
7903
- video,
7904
- canvas,
7905
- audio,
7906
- iframe,
7907
- embed,
7908
- object {
7909
- display: block; /* 1 */
7910
- vertical-align: middle; /* 2 */
7901
+ img,
7902
+ svg,
7903
+ video,
7904
+ canvas,
7905
+ audio,
7906
+ iframe,
7907
+ embed,
7908
+ object {
7909
+ display: block; /* 1 */
7910
+ vertical-align: middle; /* 2 */
7911
7911
  }
7912
7912
 
7913
7913
 
7914
- /*
7915
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
7914
+ /*
7915
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
7916
7916
  */
7917
7917
 
7918
7918
 
7919
- img,
7920
- video {
7921
- max-width: 100%;
7922
- height: auto;
7919
+ img,
7920
+ video {
7921
+ max-width: 100%;
7922
+ height: auto;
7923
7923
  }
7924
7924
 
7925
7925
 
7926
7926
  /* Make elements with the HTML hidden attribute stay hidden by default */
7927
7927
 
7928
7928
 
7929
- [hidden]:where(:not([hidden="until-found"])) {
7930
- display: none;
7929
+ [hidden]:where(:not([hidden="until-found"])) {
7930
+ display: none;
7931
7931
  }
7932
7932
 
7933
7933