diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index a360126..9aaa4dc 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2600,7 +2600,7 @@ .menu_buttons.open .text_f_curtain > img{ transition: 200ms; - transform: rotate(90deg); + transform: rotate(270deg); filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(21%) hue-rotate(344deg) brightness(105%) contrast(106%); } diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index cae5e4e..c5f84f7 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -835,6 +835,16 @@ function curtainMove (curtain,container_curtain,curtain_name,body){ container_curtain.classList.toggle("open") } +function check_ev_f_cut_width_f_curtain (event) { + let el = event.srcElement + if (!el.attributes.hasOwnProperty('onclick')){ + open_curtain() + } else { + el.click() + } + +} + function turnOffFirst (el) { if (el.classList.contains('first')){ el.classList.remove('first') diff --git a/templates/tb_base.html b/templates/tb_base.html index 8b794ab..1670882 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -58,11 +58,11 @@ {% include 'blocks/b_header.html' %} -
+