1
0

nightly commit

This commit is contained in:
2021-02-07 21:12:56 +08:00
parent c7f8c632ee
commit ce56b5bd43
8 changed files with 544 additions and 157 deletions

View File

@@ -1,4 +1,4 @@
#ccn-calendar-calendarBbody div:nth-child(n+2) div {
#ccn-calendar-calendarBody div:nth-child(n+2) div {
border-top: 0 solid black;
border-left: 0 solid black;
border-right: 1px solid black;
@@ -13,15 +13,15 @@
overflow: hidden;
}
#ccn-calendar-calendarBbody div:nth-child(n+2) div:nth-child(1) {
#ccn-calendar-calendarBody div:nth-child(n+2) div:nth-child(1) {
border-left: 1px solid black;
}
#ccn-calendar-calendarBbody div:nth-child(2) div {
#ccn-calendar-calendarBody div:nth-child(2) div {
border-top: 1px solid black;
}
#ccn-calendar-calendarBbody div div {
#ccn-calendar-calendarBody div div {
flex-grow: 1;
flex-basis: 0;
flex-shrink: 0;
@@ -29,7 +29,7 @@
overflow: hidden;
}
#ccn-calendar-calendarBbody div {
#ccn-calendar-calendarBody div {
display: flex;
flex-flow: row;
}
@@ -78,7 +78,7 @@ div.schedule-event-icon {
margin-left: 0.75rem;
}
#schedule-list div.schedule-day:nth-child(n+2) {
#ccn-calendar-scheduleList div.schedule-day:nth-child(n+2) {
border-top: 1px solid rgba(219,219,219,.5);
}
@@ -121,4 +121,5 @@ div.control-list {
div.control-list > * {
margin-right: 0.75rem;
margin-bottom: 0.75rem;
margin-left: 0 !important;
}