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

@@ -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;