File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
customElements/travelCalendar Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ <h3>Reiseverlauf:</h3>
234
234
< div id ="tab2-content " style ="padding-left: 2rem; padding-right: 2rem; ">
235
235
<!--button id="help-calendar" onclick="alert('coming soon');">❓ Was kann ich hier machen?</button-->
236
236
< h3 style ="color: var(--color-dark); padding-bottom: 0.5rem; padding-top: 2rem "> Journey Calendar</ h3 >
237
- < calendar-grid id ="calendar " start =" 2024-12-01 " num-days =" 3 " resolution =" 4 " > </ calendar-grid >
237
+ < travel-calendar id ="calendar " start-date =" 2025-02-12 " > </ travel-calendar >
238
238
</ div >
239
239
240
240
< div id ="bottom-buttons ">
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Datepicker {
26
26
27
27
this . #inputElement. min = this . #start. toISODate ( ) ;
28
28
this . #inputElement. max = this . #end. toISODate ( ) ;
29
- this . #inputElement. value = "2025-02-15 " ;
29
+ this . #inputElement. value = "2025-02-11 " ;
30
30
31
31
// previously picked date might still be set after reloading the page
32
32
if ( this . #currentDate !== null ) {
Original file line number Diff line number Diff line change 37
37
}
38
38
39
39
.entry-part .header {
40
- height : 1.5rem ;
40
+ min- height: 1.5rem ;
41
41
42
42
display : flex;
43
43
flex-direction : row;
Original file line number Diff line number Diff line change 27
27
--logo-size : 6rem ;
28
28
--logo-padding : 1.5rem ;
29
29
--logo-size-with-padding : calc (var (--logo-size ) + 2 * var (--logo-padding ));
30
- --sidebar-width : 27 rem ; /* excluding logo */
30
+ --sidebar-width : 25 rem ; /* excluding logo */
31
31
--footer-height : 2rem ;
32
32
33
33
display : grid;
@@ -287,7 +287,7 @@ a#hide-sidebar {
287
287
}
288
288
289
289
travel-calendar {
290
- height : 700 px ; /* important to set a fixed height for this element */
290
+ height : 670 px ; /* important to set a fixed height for this element */
291
291
}
292
292
293
293
/***********************************************
You can’t perform that action at this time.
0 commit comments