Save empty space and focus on content.
a9vg content focus by xinyo
Details
Authorxinyo
LicenseNo License
Categoryuserstyles
Created
Updated
Size427 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 a9vg content focus
@version 20220201.02.16
@namespace userstyles.world/user/xinyo
@description Save empty space and focus on content.
@author xinyo
@license No License
==/UserStyle== */
@-moz-document domain("a9vg.com") {
.pls.favatar {
max-height: 200px;
overflow: hidden;
}
.pls.favatar:hover {
max-height: initial;
overflow: initial;
}
}