@mirai/ui 1.0.77 → 1.0.78
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.
|
@@ -87,26 +87,27 @@
|
|
|
87
87
|
color: var(--mirai-ui-content-border);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
@media only screen and (max-width:
|
|
90
|
+
@media only screen and (max-width: 768px) {
|
|
91
91
|
.container {
|
|
92
|
-
max-height: calc(var(--mirai-ui-calendar-cell) *
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.month {
|
|
96
|
-
width: 100%;
|
|
97
|
-
margin-left: 0;
|
|
92
|
+
max-height: calc(var(--mirai-ui-calendar-cell) * 9.75);
|
|
98
93
|
}
|
|
99
94
|
|
|
100
95
|
.day {
|
|
101
96
|
width: auto;
|
|
102
97
|
}
|
|
103
98
|
|
|
99
|
+
.month {
|
|
100
|
+
margin-left: 0;
|
|
101
|
+
padding-bottom: 0;
|
|
102
|
+
width: 100%;
|
|
103
|
+
}
|
|
104
|
+
|
|
104
105
|
.weekdays {
|
|
105
106
|
border-bottom: solid var(--mirai-ui-border-width) var(--mirai-ui-content-border);
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
109
|
|
|
109
|
-
@media only screen and (min-width:
|
|
110
|
+
@media only screen and (min-width: 768px) {
|
|
110
111
|
.dayTouchable:hover {
|
|
111
112
|
background-color: var(--mirai-ui-calendar-selected-background);
|
|
112
113
|
}
|