Skip to content

Commit 3fd32fe

Browse files
edi-odooAntoineVDV
authored andcommitted
[FIX] odoo_theme: fix searchbox's highlight-link
task-2800937
1 parent 4ed8c22 commit 3fd32fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

extensions/odoo_theme/static/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ header {
138138
}
139139

140140
.highlight-link {
141-
@include o-position-absolute($bottom: -1.5rem, $right: 1rem);
141+
@include o-position-absolute($bottom: -4.5rem, $right: 0);
142+
@include media-breakpoint-up(lg) {
143+
bottom: -1.5rem;
144+
right: $padding-m;
145+
}
142146
margin-bottom: 0;
143147
a {
144148
@include font-size(12px);

0 commit comments

Comments
 (0)