0.0.326 upd change_profile

This commit is contained in:
2023-12-15 16:56:14 +03:00
parent b8fdd61948
commit a3d6f498b1
4 changed files with 30 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
.dropbtn{
margin-right: unset;
}
.header_logo, .header_btn_mover{
margin-right: 20px;
}
@@ -123,6 +125,9 @@
.header_buttons{
display: none;
}
.confirm_profile_btn{
width: 95%;
}
.not_found_routes>img{
display: none;

View File

@@ -537,6 +537,15 @@ header .header-first {
font-size: 16px;
border: none;
}
#changes_saved_txt{
display: none;
}
#changes_saved_txt.show{
display: block;
}
#save_changes_txt.hide{
display: none;
}
.dropdown {
position: relative;