@axium/storage 0.25.1 → 0.25.2

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/lib/List.svelte CHANGED
@@ -178,6 +178,11 @@
178
178
  </FormDialog>
179
179
 
180
180
  <style>
181
+ .name {
182
+ overflow: hidden;
183
+ text-overflow: ellipsis;
184
+ }
185
+
181
186
  .item-actions {
182
187
  display: contents;
183
188
  }
@@ -204,6 +209,10 @@
204
209
  grid-template-columns: 1em 2fr 1fr;
205
210
  row-gap: 0.25em;
206
211
 
212
+ .name {
213
+ grid-column: 2 / -1;
214
+ }
215
+
207
216
  .modified {
208
217
  grid-row: 2;
209
218
  grid-column: 2;
package/lib/Preview.css CHANGED
@@ -74,6 +74,7 @@
74
74
  font-family: monospace;
75
75
  max-width: 1000px;
76
76
  margin: auto;
77
+ text-align: left;
77
78
  }
78
79
 
79
80
  img,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/storage",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "author": "James Prevett <axium@jamespre.dev>",
5
5
  "description": "User file storage for Axium",
6
6
  "funding": {