Messages are on the left, and dialogs are on the right.
Сообщения находятся слева, а диалоги справа.
Messages on the left vk.com by vadimw
Details
Authorvadimw
LicenseNo License
Categoryvk.com
Created
Updated
Size811 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/*! Style for vk.com by VadimW 2023 */
@name Messages on the left vk.com
@namespace userstyles.world
@description Messages are on the left, and dialogs are on the right.
@author VadimW
@preprocessor stylus
@version 1
@-moz-document url-prefix("https://vk.com/im"), url-prefix("https://vk.com/al_im.php") {
/*! Окно диалогов */
.im-page .im-page--dialogs {
position: absolute !important;
right: 0px !important;
border-radius: 0px !important;
}
/*! Страница сообщений */
.im-page .im-page--history {
position: absolute;
margin-right: 318px !important;
margin-left: 0px !important;
border-radius: 0px !important;
}
/*! Чат не выбран */
.im-page--history_empty {
position: relative !important;
}
}