@appartmint/mint 2.6.1 → 2.6.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/dist/css/mint.css
CHANGED
|
@@ -508,8 +508,6 @@
|
|
|
508
508
|
justify-content: flex-end;
|
|
509
509
|
position: relative;
|
|
510
510
|
gap: 1rem;
|
|
511
|
-
padding: 1rem;
|
|
512
|
-
background: rgba(0, 0, 0, 0.8);
|
|
513
511
|
min-height: calc(100vh - 4rem);
|
|
514
512
|
min-height: calc(100dvh - 4rem);
|
|
515
513
|
}
|
|
@@ -525,7 +523,6 @@
|
|
|
525
523
|
left: 0;
|
|
526
524
|
width: 100%;
|
|
527
525
|
height: calc(100% - 75px);
|
|
528
|
-
padding: 1rem;
|
|
529
526
|
overflow-y: auto;
|
|
530
527
|
}
|
|
531
528
|
.mint-chatbot .mint-chat {
|
|
@@ -1383,11 +1380,11 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1383
1380
|
left: 0;
|
|
1384
1381
|
}
|
|
1385
1382
|
.mint-panel.mint-tray .mint-panel-wrapper {
|
|
1386
|
-
gap:
|
|
1383
|
+
gap: 1rem;
|
|
1387
1384
|
}
|
|
1388
1385
|
@media (min-width: 768px) {
|
|
1389
1386
|
.mint-panel.mint-tray .mint-panel-wrapper {
|
|
1390
|
-
max-width:
|
|
1387
|
+
max-width: 480px;
|
|
1391
1388
|
}
|
|
1392
1389
|
}
|
|
1393
1390
|
.mint-panel .mint-panel-wrapper {
|
|
@@ -1429,6 +1426,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1429
1426
|
align-items: flex-start;
|
|
1430
1427
|
justify-content: space-between;
|
|
1431
1428
|
}
|
|
1429
|
+
.mint-panel .mint-title > * {
|
|
1430
|
+
margin: 0;
|
|
1431
|
+
}
|
|
1432
1432
|
|
|
1433
1433
|
.mint-table-wrap {
|
|
1434
1434
|
max-height: 50vh;
|