Skip to content
Snippets Groups Projects
Commit 9643cf1a authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3264748 by agami4: Improve header position according to vertical gin toolbar - rtl

parent 4ae64bb4
Branches
Tags
1 merge request!100Issue #3264748 by agami4: Improve header position according to vertical gin toolbar - rtl
......@@ -538,8 +538,11 @@
.toolbar-fixed[data-toolbar-menu='open'] .navbar-fixed-top {
left: 240px;
}
.gin--vertical-toolbar.user-logged-in .navbar-fixed-top {
left: 72px;
[dir='ltr'] .gin--vertical-toolbar.user-logged-in .navbar-fixed-top {
left: 68px;
}
[dir='rtl'] .gin--vertical-toolbar.user-logged-in .navbar-fixed-top {
right: 68px;
}
}
......
......@@ -384,7 +384,13 @@ body {
.gin--vertical-toolbar.user-logged-in & {
@media (min-width: 976px) {
left: 72px;
[dir='ltr'] & {
left: 68px;
}
[dir='rtl'] & {
right: 68px;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment