|
4 | 4 | font-style: normal; |
5 | 5 | font-weight: 300; |
6 | 6 | font-display: swap; |
7 | | - src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype'); |
| 7 | + src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype'); |
8 | 8 | } |
9 | 9 | @font-face { |
10 | 10 | font-family: 'Inter'; |
11 | 11 | font-style: normal; |
12 | 12 | font-weight: 400; |
13 | 13 | font-display: swap; |
14 | | - src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype'); |
| 14 | + src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype'); |
15 | 15 | } |
16 | 16 | @font-face { |
17 | 17 | font-family: 'Inter'; |
18 | 18 | font-style: normal; |
19 | 19 | font-weight: 500; |
20 | 20 | font-display: swap; |
21 | | - src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype'); |
| 21 | + src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype'); |
22 | 22 | } |
23 | 23 | @font-face { |
24 | 24 | font-family: 'Inter'; |
25 | 25 | font-style: normal; |
26 | 26 | font-weight: 600; |
27 | 27 | font-display: swap; |
28 | | - src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype'); |
| 28 | + src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype'); |
29 | 29 | } |
30 | 30 | @font-face { |
31 | 31 | font-family: 'Inter'; |
32 | 32 | font-style: normal; |
33 | 33 | font-weight: 700; |
34 | 34 | font-display: swap; |
35 | | - src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype'); |
| 35 | + src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype'); |
36 | 36 | } |
37 | 37 | /* default terrace theme is here */ |
38 | 38 | :root { |
@@ -3054,19 +3054,14 @@ div.dhx_timeline_label_column_header .dhx_timeline_label_content_wrapper { |
3054 | 3054 | width: 100%; |
3055 | 3055 | height: 100%; |
3056 | 3056 | display: flex; |
3057 | | -} |
3058 | | -.dhx_wa_column { |
3059 | | - flex: 1; |
3060 | | - display: flex; |
3061 | 3057 | flex-direction: column; |
3062 | | - border-right: var(--dhx-scheduler-default-border); |
3063 | 3058 | } |
3064 | 3059 | .dhx_wa_day_cont { |
3065 | | - flex-grow: 0; |
3066 | | - flex-shrink: 0; |
3067 | | - flex-basis: calc(100% / 3); |
3068 | 3060 | display: flex; |
3069 | 3061 | flex-direction: column; |
| 3062 | + flex-grow: 0; |
| 3063 | + flex-shrink: 0; |
| 3064 | + flex-basis: 50%; |
3070 | 3065 | overflow-y: auto; |
3071 | 3066 | } |
3072 | 3067 | .dhx_wa_column:last-child .dhx_wa_day_cont:nth-last-child(1), |
@@ -3111,6 +3106,23 @@ div.dhx_timeline_label_column_header .dhx_timeline_label_content_wrapper { |
3111 | 3106 | .dhx_wa_ev_body.dhx_cal_event_selected { |
3112 | 3107 | background-color: var(--dhx-scheduler-base-colors-select); |
3113 | 3108 | } |
| 3109 | +.dhx_wa_row { |
| 3110 | + display: flex; |
| 3111 | + flex-basis: calc(100% / 3); |
| 3112 | +} |
| 3113 | +/* week_agenda + container_autoresize */ |
| 3114 | +.dhx_wa_row_autoresize { |
| 3115 | + display: flex; |
| 3116 | + flex-basis: 0; |
| 3117 | +} |
| 3118 | +.dhx_wa_row > :first-child { |
| 3119 | + border-right: var(--dhx-scheduler-default-border); |
| 3120 | +} |
| 3121 | +.dhx_wa_weekday { |
| 3122 | + display: flex; |
| 3123 | + flex-direction: column; |
| 3124 | + flex-basis: 50%; |
| 3125 | +} |
3114 | 3126 | .dhx_grid_event { |
3115 | 3127 | height: var(--dhx-scheduler-list-line-height); |
3116 | 3128 | line-height: var(--dhx-scheduler-list-line-height); |
|
0 commit comments