Доработать профильные кнопки и навигацию

This commit is contained in:
AidarKC
2026-07-22 15:20:05 +04:00
parent a56252c361
commit f640451257
7 changed files with 16 additions and 26 deletions
+7 -7
View File
@@ -5605,20 +5605,20 @@ html, body { overflow-x: hidden; }
.profile-top-action-btn {
position: relative;
width: 42px;
height: 42px;
min-width: 42px;
min-height: 42px;
width: 48px;
height: 48px;
min-width: 48px;
min-height: 48px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 14px;
border-radius: 15px;
}
.profile-top-icon-btn img {
width: 22px;
height: 22px;
width: 44px;
height: 44px;
display: block;
opacity: 0.94;
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.34));