mirror of
https://github.com/zadam/trilium.git
synced 2026-02-03 20:34:24 +01:00
chore(calendar): minor improvements on mobile
This commit is contained in:
parent
2fa9b2e4dd
commit
f3bcab813a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user