Skip to content

Commit

Permalink
Update ProVK.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ProChopa authored Nov 22, 2024
1 parent a9e5ee7 commit 1772495
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions ProVK.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ body,
.videoplayer_context_menu,
.HeaderProfile__Dropdown,
a.HeaderSectionSwitcherDropdown__itemTitle,
.vkuiCalendar {
.vkuiCalendar,
.FCConvo__content {
background: #222c37;
}
.reply_fakebox,
Expand Down Expand Up @@ -1117,7 +1118,13 @@ input.ads_edit_easy_promote_box__payments-input-amount,
.VideoHeader .page_block_header,
.groups_cover_box .groups_edit_cover_wrap--redesign .groups_edit_cover_hidden_area,
.im-group-online-box .im-group-online-box--top,
.redesigned-group-cover{
.redesigned-group-cover,
.FCPanel__list,
.FCPanel__list:empty + .FCPanel__add,
.FCThumb:first-child,
.FCPanel__add::before,
.FCPanel__add:hover::before,
.FCPanel__add:focus::before {
border-radius: 24px 24px 0 0;
}
.StoryPreviewContainer {
Expand Down Expand Up @@ -1240,7 +1247,8 @@ body.redesign_web {
.ConvoComposer__stickersPanel,
.Header,
.HeaderSectionSwitcher,
.HeaderProfile__Dropdown {
.HeaderProfile__Dropdown,
.FCPanel__list {
box-shadow: none;
}
.vkuiButton__in,
Expand Down Expand Up @@ -1336,3 +1344,8 @@ body.redesign_web {
background: #222c37;
border-radius: 24px;
}
.FCWindow {
--border-radius: 24px;
-webkit-box-shadow: none;
box-shadow: none;
}

0 comments on commit 1772495

Please sign in to comment.