fix открытие cabinet__orders

This commit is contained in:
Kirill Pet
2024-10-28 16:09:02 +03:00
parent f42d7d486c
commit 19cd9dfc68
3 changed files with 19 additions and 50 deletions

View File

@@ -187,6 +187,12 @@ main{
}
.cabinet__orders.active, .cabinet__profile.active{
opacity: 1;
width: 100%;
}
.cabinet__orders.hide, .cabinet__profile.hide{
position: static;
display: block;
}
.cabinet__subscription-pc{
display: none;