react-autoql 8.0.2-alpha.6 → 8.0.2-alpha.7

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
@@ -4556,11 +4556,11 @@ g.legendOrdinal .legendTitle tspan {
4556
4556
  align-items: flex-start;
4557
4557
  justify-content: space-between;
4558
4558
  transition: opacity 0.3s ease, color 0.3s ease;
4559
- width: 100%;
4560
- top: -20px;
4561
- right: 0;
4562
- z-index: 3;
4563
- padding: 0 10px; }
4559
+ left: -10px;
4560
+ right: -10px;
4561
+ margin-bottom: -10px;
4562
+ bottom: 100%;
4563
+ z-index: 3; }
4564
4564
  .chat-message-and-rt-container .react-autoql-toolbar {
4565
4565
  display: flex;
4566
4566
  flex-wrap: nowrap;
@@ -4687,8 +4687,6 @@ g.legendOrdinal .legendTitle tspan {
4687
4687
  font-family: var(--react-autoql-font-family), sans-serif;
4688
4688
  line-height: 22px;
4689
4689
  outline: none !important; }
4690
- .react-autoql-drawer.mobile {
4691
- height: calc(100vh - 80px); }
4692
4690
  .react-autoql-drawer .react-autoql-notification-list-container {
4693
4691
  height: calc(100% - 60px); }
4694
4692
  .react-autoql-drawer .data-messenger-header-select {
Binary file