Skip to content

Messages on the left vk.com by vadimw

Screenshot of Messages on the left vk.com

Details

Authorvadimw

LicenseNo License

Categoryvk.com

Created

Updated

Size811 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Messages are on the left, and dialogs are on the right.
Сообщения находятся слева, а диалоги справа.

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

Reviews

No reviews yet.