Improve agenda

This commit is contained in:
Peter Maquiran
2021-06-16 16:29:17 +01:00
parent e300ec8155
commit 76153375e3
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -721,4 +721,5 @@ app-approve-event{
display: none !important;
}
}
}
+8 -1
View File
@@ -869,4 +869,11 @@ background: rgb(92, 92, 92);
from {right: -100%;}
to {right: 0px;}
}
.calendar-component .monthview-container .swiper-slide-active table tbody {
tr:nth-child(n+6) {
display: none;
}
}