0.1.350 small upd for .css
This commit is contained in:
@@ -596,6 +596,7 @@
|
|||||||
section.register>form{
|
section.register>form{
|
||||||
display: block;
|
display: block;
|
||||||
width: unset;
|
width: unset;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputs{
|
.inputs{
|
||||||
@@ -1970,7 +1971,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.container_inp_w_abr {
|
.container_inp_w_abr {
|
||||||
width: 99%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.another_subscribe{
|
.another_subscribe{
|
||||||
@@ -1984,6 +1985,10 @@
|
|||||||
|
|
||||||
@media (max-width: 440px){
|
@media (max-width: 440px){
|
||||||
|
|
||||||
|
.card_title_3{
|
||||||
|
margin: 20px 5px 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.f-r{
|
.f-r{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -580,6 +580,8 @@ function sendRoute(el, routeID = null){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'});
|
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'});
|
||||||
|
|
||||||
|
|
||||||
@@ -795,6 +797,11 @@ function editRoute(id) {
|
|||||||
if(data.html){
|
if(data.html){
|
||||||
let changeTextButton = document.getElementById('registration')
|
let changeTextButton = document.getElementById('registration')
|
||||||
changeTextButton.innerText = 'Сохранить изменения'
|
changeTextButton.innerText = 'Сохранить изменения'
|
||||||
|
window.scrollTo({
|
||||||
|
top: 0,
|
||||||
|
left: 0,
|
||||||
|
behavior: "smooth"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
init_departure_DT()
|
init_departure_DT()
|
||||||
|
|||||||
Reference in New Issue
Block a user