header right langue switcher hidden

This commit is contained in:
2025-11-27 17:04:29 +01:00
parent 2666e046a9
commit 2cb4716015
2 changed files with 2 additions and 1 deletions

View File

@@ -379,6 +379,7 @@ header[role=banner] .header_left_container img {
} }
} }
header[role=banner] .header_right_container { header[role=banner] .header_right_container {
display: none;
flex: 0 0 0%; flex: 0 0 0%;
width: fit-content; width: fit-content;
min-width: fit-content; min-width: fit-content;

View File

@@ -120,7 +120,7 @@ header[role="banner"]{
} }
} }
.header_right_container{ .header_right_container{
// display: none; display: none;
flex: 0 0 0%; flex: 0 0 0%;
width: fit-content; width: fit-content;
min-width: fit-content; min-width: fit-content;