[#4865] fixed Firefox calendar picker grid layout

This commit is contained in:
Gani Georgiev
2024-05-04 13:48:46 +03:00
parent 8a75a9ab04
commit 5acaa0a55c
34 changed files with 47 additions and 42 deletions
+1 -1
View File
@@ -440,6 +440,7 @@ span.flatpickr-weekday {
flex-wrap: wrap;
transform: translate3d(0px, 0px, 0px);
opacity: 1;
gap: 2px;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 var(--baseAlt2Color);
@@ -456,7 +457,6 @@ span.flatpickr-weekday {
width: calc(14.2857143% - 2px);
flex-basis: calc(14.2857143% - 2px);
height: 39px;
margin: 1px;
display: inline-flex;
align-items: center;
justify-content: center;