remove width limit
kwork.ru wide by alije123
Details
Authoralije123
LicenseNo License
Categorykwork
Created
Updated
Size411 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name kwork.ru wide
@version 20240614.16.13
@namespace https://userstyles.world/user/alije123
@description remove width limit
@author alije123
@license No License
==/UserStyle== */
@-moz-document domain("kwork.ru") {
.chat, .kw-wrapper {
max-width:100%;
}
.lg-centerwrap, .page-projects {
width: 97% !important;
max-width: 100% !important;
}
}