react-autoql 7.2.1-alpha.9 → 7.2.1

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.
Binary file
@@ -708,7 +708,8 @@ span.react-autoql-icon {
708
708
  .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col {
709
709
  text-align: center !important;
710
710
  border-color: transparent;
711
- background-color: var(--react-autoql-background-color-secondary); }
711
+ background-color: var(--react-autoql-background-color-secondary);
712
+ min-height: 35px; }
712
713
  .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
713
714
  padding-left: 12px !important;
714
715
  padding-right: 15px !important; }
@@ -1769,7 +1770,7 @@ g.legendOrdinal .legendTitle tspan {
1769
1770
  .react-autoql-modal-body {
1770
1771
  display: flex;
1771
1772
  flex-direction: column;
1772
- padding: 20px 10px;
1773
+ padding: 10px 20px;
1773
1774
  flex: 1; }
1774
1775
  .react-autoql-modal-body h3 {
1775
1776
  color: var(--react-autoql-text-color-primary); }
@@ -2425,6 +2426,8 @@ g.legendOrdinal .legendTitle tspan {
2425
2426
 
2426
2427
  .react-autoql-notification-message-input {
2427
2428
  width: 100%; }
2429
+ .react-autoql-notification-message-input textarea {
2430
+ width: 100% !important; }
2428
2431
 
2429
2432
  .react-autoql-notification-list-item:nth-of-type(1) {
2430
2433
  animation-delay: 0s; }
@@ -2460,6 +2463,7 @@ g.legendOrdinal .legendTitle tspan {
2460
2463
  background-color: var(--react-autoql-background-color-primary);
2461
2464
  color: var(--react-autoql-text-color-primary);
2462
2465
  padding-top: 20px;
2466
+ padding-bottom: 100px;
2463
2467
  height: 100%; }
2464
2468
  .react-autoql-notification-settings .empty-list-message {
2465
2469
  color: var(--react-autoql-text-color-primary);
@@ -4074,6 +4078,9 @@ g.legendOrdinal .legendTitle tspan {
4074
4078
  box-shadow: inset 0px -17px 8px -10px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15)); }
4075
4079
 
4076
4080
  /* Individual Tabs */
4081
+ .react-autoql-notifications.tab.active .react-autoql-notifications-badge-dot {
4082
+ border: 1px solid var(--react-autoql-background-color-primary); }
4083
+
4077
4084
  .page-switcher-container .tab {
4078
4085
  display: flex;
4079
4086
  justify-content: center;
Binary file