@appartmint/mint 4.2.30 → 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;
|