|
298 | 298 | }
|
299 | 299 | }
|
300 | 300 |
|
301 |
| -// Module: Media Gallery |
302 | 301 |
|
303 |
| -.module-media-gallery { |
304 |
| - display: flex; |
305 |
| - flex-direction: column; |
306 |
| - flex-grow: 1; |
307 |
| - width: 100%; |
308 |
| - overflow: hidden; |
309 |
| -} |
310 |
| - |
311 |
| -.module-media-gallery__tab-container { |
312 |
| - display: flex; |
313 |
| - flex-grow: 0; |
314 |
| - flex-shrink: 0; |
315 |
| - cursor: pointer; |
316 |
| - width: 100%; |
317 |
| -} |
318 |
| - |
319 |
| -.module-media-gallery__tab { |
320 |
| - width: 100%; |
321 |
| - padding: 20px; |
322 |
| - text-align: center; |
323 |
| -} |
324 |
| - |
325 |
| -.module-media-gallery__content { |
326 |
| - display: flex; |
327 |
| - flex-grow: 1; |
328 |
| - overflow-y: auto; |
329 |
| - overflow-x: hidden; |
330 |
| - padding: 20px; |
331 |
| -} |
332 |
| - |
333 |
| -.module-media-gallery__sections { |
334 |
| - display: flex; |
335 |
| - flex-grow: 1; |
336 |
| - flex-direction: column; |
337 |
| - width: 100%; |
338 |
| -} |
339 |
| - |
340 |
| -// Module: Attachment Section |
341 |
| - |
342 |
| -.module-attachment-section { |
343 |
| - width: 100%; |
344 |
| -} |
345 |
| - |
346 |
| -.module-attachment-section__header { |
347 |
| - font-size: 14px; |
348 |
| - font-weight: normal; |
349 |
| - line-height: 28px; |
350 |
| -} |
351 |
| - |
352 |
| -.module-attachment-section__items { |
353 |
| - display: flex; |
354 |
| - flex-direction: row; |
355 |
| - flex-wrap: wrap; |
356 |
| - justify-content: flex-start; |
357 |
| - align-items: flex-start; |
358 |
| -} |
359 | 302 |
|
360 | 303 | // Module: Document List Item
|
361 | 304 |
|
|
405 | 348 | flex-shrink: 0;
|
406 | 349 | }
|
407 | 350 |
|
408 |
| -// Module: Media Grid Item |
409 |
| - |
410 |
| -.module-media-grid-item { |
411 |
| - height: 94px; |
412 |
| - width: 94px; |
413 |
| - cursor: pointer; |
414 |
| - background-color: var(--message-link-preview-background-color); |
415 |
| - margin-inline-end: 4px; |
416 |
| - margin-bottom: 4px; |
417 |
| - position: relative; |
418 |
| -} |
419 |
| - |
420 |
| -.module-media-grid-item__image { |
421 |
| - height: 94px; |
422 |
| - width: 94px; |
423 |
| - object-fit: cover; |
424 |
| -} |
425 |
| - |
426 |
| -.module-media-grid-item__icon { |
427 |
| - position: absolute; |
428 |
| - top: 15px; |
429 |
| - bottom: 15px; |
430 |
| - left: 15px; |
431 |
| - right: 15px; |
432 |
| -} |
433 |
| - |
434 |
| -.module-media-grid-item__image-container { |
435 |
| - object-fit: cover; |
436 |
| - position: relative; |
437 |
| -} |
438 |
| - |
439 |
| -.module-media-grid-item__circle-overlay { |
440 |
| - position: absolute; |
441 |
| - left: 50%; |
442 |
| - top: 50%; |
443 |
| - |
444 |
| - transform: translate(-50%, -50%); |
445 |
| - |
446 |
| - width: 42px; |
447 |
| - height: 42px; |
448 |
| - background-color: var(--chat-buttons-background-color); |
449 |
| - border-radius: 21px; |
450 |
| - |
451 |
| - &:hover { |
452 |
| - background-color: var(--chat-buttons-background-hover-color); |
453 |
| - } |
454 |
| -} |
455 |
| - |
456 |
| -/* Module: Empty State*/ |
457 |
| - |
458 |
| -.module-empty-state { |
459 |
| - display: flex; |
460 |
| - justify-content: center; |
461 |
| - align-items: center; |
462 |
| - flex-grow: 1; |
463 |
| - margin-top: var(--margins-sm); |
464 |
| - font-size: 16px; |
465 |
| -} |
466 |
| - |
467 | 351 | // Module: Conversation List Item
|
468 | 352 |
|
469 | 353 | .module-conversation-list-item {
|
|
0 commit comments