@jant/core 0.4.5 → 0.5.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.
package/src/styles/ui.css CHANGED
@@ -5167,6 +5167,7 @@
5167
5167
  padding: 6px 10px;
5168
5168
  display: flex;
5169
5169
  align-items: center;
5170
+ flex-shrink: 0;
5170
5171
  gap: 4px;
5171
5172
  background-color: var(--compose-paper-bg);
5172
5173
  }
@@ -6761,7 +6762,7 @@
6761
6762
  .compose-attachment-img {
6762
6763
  display: block;
6763
6764
  border-radius: var(--media-radius, 0.5rem);
6764
- max-height: min(320px, 28dvh);
6765
+ max-height: min(160px, 18dvh);
6765
6766
  object-fit: contain;
6766
6767
  }
6767
6768
 
@@ -6798,7 +6799,7 @@
6798
6799
  /* Single image: constrain to container width */
6799
6800
  .compose-attachment:only-child .compose-attachment-img {
6800
6801
  max-width: 100%;
6801
- max-height: min(384px, 32dvh);
6802
+ max-height: min(200px, 22dvh);
6802
6803
  }
6803
6804
 
6804
6805
  .compose-attachment:only-child .compose-attachment-preview-fallback {
@@ -7181,6 +7182,7 @@
7181
7182
  min-height: 0;
7182
7183
  display: flex;
7183
7184
  flex-direction: column;
7185
+ align-self: stretch;
7184
7186
  overflow: hidden;
7185
7187
  position: relative;
7186
7188
  }
@@ -7191,6 +7193,10 @@
7191
7193
  }
7192
7194
 
7193
7195
  .compose-editor-row .compose-attachments-dock {
7196
+ flex: 0 1 auto;
7197
+ min-height: 0;
7198
+ max-height: min(240px, 34dvh);
7199
+ overflow-y: auto;
7194
7200
  padding-inline: 0;
7195
7201
  background: transparent;
7196
7202
  }
@@ -7234,7 +7240,7 @@
7234
7240
  }
7235
7241
 
7236
7242
  .compose-reply-context.expanded {
7237
- max-height: 400px;
7243
+ max-height: min(400px, 35dvh);
7238
7244
  overflow-y: auto;
7239
7245
  }
7240
7246
 
@@ -1,6 +0,0 @@
1
- import "./url-umUptr5z.js";
2
- import { t as createApp } from "./app-Q9B-Xus9.js";
3
- import "./export-B7P3YE3x.js";
4
- import "./env-CgaH9Mut.js";
5
- import "./github-sync-Yg2zs-iC.js";
6
- export { createApp };