Modal Dialog: reduce shadow for user avatar

This commit is contained in:
Vladyslav Hroshev
2023-04-05 21:04:30 +03:00
parent 7ff264d12f
commit a57eb7d6f6

View File

@@ -19,7 +19,7 @@
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
}
.user-icon.user-avatar { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.38); }
.user-icon.user-avatar { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
.ws-switcher-indicator {
background-color: TEXT-SECONDARY-COLOR;