@appartmint/mint 4.2.29 → 4.2.31
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
|
@@ -553,13 +553,8 @@ body.mint-fixed #mint-header {
|
|
|
553
553
|
justify-content: flex-end;
|
|
554
554
|
position: relative;
|
|
555
555
|
gap: 1rem;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
@media (min-width: 480px) {
|
|
560
|
-
.mint-chatbot {
|
|
561
|
-
min-height: unset;
|
|
562
|
-
}
|
|
556
|
+
height: 100%;
|
|
557
|
+
max-height: calc(100% - 2rem);
|
|
563
558
|
}
|
|
564
559
|
.mint-chatbot .mint-output {
|
|
565
560
|
display: flex;
|
|
@@ -3592,6 +3587,13 @@ textarea {
|
|
|
3592
3587
|
}
|
|
3593
3588
|
}
|
|
3594
3589
|
|
|
3590
|
+
.mint-scroller {
|
|
3591
|
+
display: flex;
|
|
3592
|
+
flex-direction: column;
|
|
3593
|
+
height: 100%;
|
|
3594
|
+
overflow-y: auto;
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3595
3597
|
html, body {
|
|
3596
3598
|
font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3597
3599
|
font-size: 1rem;
|