mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
set all calendar colums to vertical align top (#3055)
The title column was vertical centered before. Fixes #3053
This commit is contained in:
parent
23ee155ded
commit
c6db22524a
@ -52,6 +52,7 @@ _This release is scheduled to be released on 2023-04-01._
|
|||||||
- Fix async node_helper stopping electron start (#2487)
|
- Fix async node_helper stopping electron start (#2487)
|
||||||
- The wind direction arrow now points in the direction the wind is flowing, not into the wind (#3019)
|
- The wind direction arrow now points in the direction the wind is flowing, not into the wind (#3019)
|
||||||
- Fix precipitation css styles and rounding value
|
- Fix precipitation css styles and rounding value
|
||||||
|
- Fix wrong vertical alignment of calendar title column when wrapEvents is true (#3053)
|
||||||
|
|
||||||
## [2.22.0] - 2023-01-01
|
## [2.22.0] - 2023-01-01
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
.calendar .title {
|
.calendar .title {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar .time {
|
.calendar .time {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user