diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index f557fe38..4cb7e696 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -253,6 +253,17 @@ div[class="o_content o_component_with_search_panel"] .show_state span { div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row { position: absolute; top: 55px; - right: 263px; + right: 43.5%; +} + +@media screen and (min-width: 1200px) { + div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row { + right: 52%; + } + + div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button { + left: -95px; +} + }