Skip to content

Rearrange VK Profile by vandercat

Screenshot of Rearrange VK Profile

Details

Authorvandercat

LicenseCC Zero

Categoryvk.com

Created

Updated

Size739 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

this small style will flip friends and post, reverting it to like it was before update

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);
}
}

Reviews

No reviews yet.