mirror of
https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode.git
synced 2025-09-10 17:28:28 -04:00
fix alignment and flow
Convert some flexbox css to css-grid for perfect alignment and flow
This commit is contained in:
12
midnight.css
12
midnight.css
@@ -178,6 +178,18 @@ But we should still update text color because are global whites look bad */
|
|||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* attempt a grid layout for basic properties */
|
||||||
|
.basic-properties-widget {
|
||||||
|
display: grid !important;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(210px, max-content)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* attempt a grid layout for promoted attributes */
|
||||||
|
.promoted-attributes-container {
|
||||||
|
display: grid !important;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(400px, max-content)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* fix main left bar calendar picker */
|
/* fix main left bar calendar picker */
|
||||||
body ::-webkit-calendar-picker-indicator {
|
body ::-webkit-calendar-picker-indicator {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
|
Reference in New Issue
Block a user