this small style will flip friends and post, reverting it to like it was before update
Rearrange VK Profile by vandercat

Details
Authorvandercat
LicenseCC Zero
Categoryvk.com
Created
Updated
Code size739 B
Code checksum4b25b6cf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
10.28.2022 spacing fix by askreyz
11.27.2022 profile preload screen is now flipped too
Source code
/* ==UserStyle==
@name Rearrange VK Profile
@version 20221127.15.24
@namespace userstyles.world/user/vandercat
@description this small style will flip friends and post, reverting it to like it was before update
@author vandercat
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://vk.com/") {
#profile_redesigned > .vkuiSplitLayout > .vkuiSplitLayout__inner > .vkuiSplitCol > .vkuiSplitLayout > .vkuiSplitLayout__inner, .ProfileSkeleton__layout{
flex-direction: row-reverse;
}
.ScrollStickyWrapper, .ProfileSkeleton__column+.ProfileSkeleton__column--narrow { /* ty, @askreyz (vk)*/
margin-left: 0;
}
.ProfileSkeleton__layout {
gap: var(--page-block-offset);
}
}