Fixes facebrowser screenshots.
Right now, Facebrowser creates white or gray bands around the images due to the height limit, I have removed this limit and the images have no borders.
Authorclaara98
LicenseNo License
CategoryUserStyle
Created
Updated
Size268 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Fixes facebrowser screenshots.
Right now, Facebrowser creates white or gray bands around the images due to the height limit, I have removed this limit and the images have no borders.
/* ==UserStyle==
@name face.gta.world
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?face.gta.world.*") {
.pg_1x img {
max-width: 100%;
max-height: none;
}
}