MDL-82363 Calendar: Responsiveness improvement for calendar block

Hide the month name if the screen is too small
This commit is contained in:
Huong Nguyen 2024-07-03 09:44:48 +07:00
parent 87d7ac1f81
commit f312621f0d
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
3 changed files with 12 additions and 3 deletions

View File

@ -628,7 +628,10 @@ table.calendartable caption {
.previous,
.next {
width: 30%;
font-size: 0.8em;
.arrow_text {
display: none;
}
}
}

View File

@ -27755,7 +27755,10 @@ table.calendartable caption {
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next {
width: 30%;
font-size: 0.8em;
}
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous .arrow_text,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next .arrow_text {
display: none;
}
section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth th,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {

View File

@ -27755,7 +27755,10 @@ table.calendartable caption {
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next {
width: 30%;
font-size: 0.8em;
}
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous .arrow_text,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next .arrow_text {
display: none;
}
section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth th,
section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {