revert lang to right side

This commit is contained in:
jorge-vitrubio 2024-03-14 14:46:54 +01:00
parent 7a767bda29
commit b40bb55e74
6 changed files with 5 additions and 17 deletions

View File

@ -1768,7 +1768,6 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li {
padding: 0 1em; padding: 0 1em;
order: 2;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li:hover > ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li:hover > ul,
@ -1778,11 +1777,6 @@ Add your custom styles in this file so it is easier to update the theme.
left: auto; left: auto;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li.lang-item,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li.lang-item {
order: 1;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation {
padding-bottom: 1em; padding-bottom: 1em;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -203,13 +203,13 @@
} }
li { li {
padding: 0 1em; padding: 0 1em;
order: 2; //order: 2;
&:hover > ul, &:hover > ul,
&.focus > ul { &.focus > ul {
left: auto; left: auto;
} }
&.lang-item { &.lang-item {
order: 1; //order: 1;
} }
} }
} }

View File

@ -1619,7 +1619,6 @@ textarea {
.main-navigation ul li, .main-navigation ul li,
.secondary-navigation ul li { .secondary-navigation ul li {
padding: 0 1em; padding: 0 1em;
order: 2;
} }
.main-navigation ul li:hover > ul, .main-navigation ul li:hover > ul,
@ -1629,11 +1628,6 @@ textarea {
left: auto; left: auto;
} }
.main-navigation ul li.lang-item,
.secondary-navigation ul li.lang-item {
order: 1;
}
.main-navigation { .main-navigation {
padding-bottom: 1em; padding-bottom: 1em;
} }

File diff suppressed because one or more lines are too long