0.8.411
This commit is contained in:
@@ -1137,10 +1137,12 @@
|
|||||||
float: unset;
|
float: unset;
|
||||||
/*background: linear-gradient(92deg, #000000 1%, #ffffff 93%, #ffffff);*/
|
/*background: linear-gradient(92deg, #000000 1%, #ffffff 93%, #ffffff);*/
|
||||||
/*background: linear-gradient(90deg, #000000 1%, #ffffff 81%, #ffffff);*/
|
/*background: linear-gradient(90deg, #000000 1%, #ffffff 81%, #ffffff);*/
|
||||||
-webkit-text-fill-color: unset;
|
|
||||||
padding-right: unset;
|
padding-right: unset;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
top: unset;
|
top: unset;
|
||||||
|
background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
.email_carrier{
|
.email_carrier{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@@ -2621,6 +2621,7 @@
|
|||||||
.menu_profile{
|
.menu_profile{
|
||||||
width: 320px;
|
width: 320px;
|
||||||
text-align: -webkit-center;
|
text-align: -webkit-center;
|
||||||
|
text-align: -moz-center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100vh - 95px);
|
height: calc(100vh - 95px);
|
||||||
|
|||||||
@@ -55,12 +55,13 @@ function select_tab_profile (el,url,owner_type=null) {
|
|||||||
}
|
}
|
||||||
document.querySelector("#ru_lang").href = confirm_url_f_lang_ru
|
document.querySelector("#ru_lang").href = confirm_url_f_lang_ru
|
||||||
document.querySelector("#en_lang").href = confirm_url_f_lang_en
|
document.querySelector("#en_lang").href = confirm_url_f_lang_en
|
||||||
let header = document.querySelector("header")
|
// let header = document.querySelector(".info_profile")
|
||||||
header.scrollIntoView({
|
// header.scrollIntoView({
|
||||||
behavior: "smooth",
|
// behavior: "smooth",
|
||||||
block: "end",
|
// block: "end",
|
||||||
inline: "nearest"
|
// inline: "nearest"
|
||||||
})
|
// })
|
||||||
|
document.body.scrollTop = document.documentElement.scrollTop = 0;
|
||||||
middleWareJS()
|
middleWareJS()
|
||||||
let user_type = getInfoAboutUser()
|
let user_type = getInfoAboutUser()
|
||||||
if (user_type === 'mobile') {
|
if (user_type === 'mobile') {
|
||||||
|
|||||||
Reference in New Issue
Block a user