Slightly improved empty gap before block button in info profile.

This commit is contained in:
23rd
2026-04-24 12:07:32 +03:00
parent 7e6abebf9e
commit e0461b89fb
@@ -2842,11 +2842,7 @@ void ActionsFiller::fillUserActions(not_null<UserData*> user) {
if (!user->isSelf() && !user->isSupport() && !user->isVerifyCodes()) {
if (user->isBot()) {
addBotCommandActions(user);
}
_wrap->add(CreateSkipWidget(
_wrap,
st::infoBlockButtonSkip));
if (user->isBot()) {
_wrap->add(CreateSkipWidget(_wrap, st::infoBlockButtonSkip));
addReportAction();
}
addBlockAction(user);