mirror of
https://github.com/zadam/trilium.git
synced 2026-07-05 21:59:10 +02:00
chore(calendar): minor improvements on mobile
This commit is contained in:
@@ -59,13 +59,19 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.calendar-view .collection-properties .center-container {
|
||||
justify-content: center;
|
||||
.calendar-view .collection-properties {
|
||||
.center-container {
|
||||
.title {
|
||||
min-width: 150px;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
min-width: 150px;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
@media (max-width: 991px) {
|
||||
.center-container {
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user