[IMP] web_responsive: Remove unnecessary calendar optimisation

Removed the optimisation of hiding the week number at a certain size
for consistency with the responsive design of Odoo enterprise. It is a
non-functional optimisation as it hides useful information that hardly
takes up any space. It also causes incompatibilities in the design with
extensions that do not take into account these specific changes.

TT54811
pull/3077/head
pilarvargas-tecnativa 2025-01-31 17:57:04 +01:00
parent 42fcaf6916
commit c5e147576b
1 changed files with 0 additions and 6 deletions

View File

@ -24,12 +24,6 @@ $chatter_zone_width: 35% !important;
height: 35px; height: 35px;
} }
.o_calendar_widget { .o_calendar_widget {
.fc-dayGridMonth-view {
.fc-week-number {
display: none;
}
}
.fc-timeGridDay-view { .fc-timeGridDay-view {
.fc-day-header { .fc-day-header {
vertical-align: middle; vertical-align: middle;