Makes the image in the alt text modal full size rather than cropped to a 4.5 rem square.
Cohost full alt text image by ionchy
Details
Authorionchy
LicenseNo License
Categorycohost
Created
Updated
Size393 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 Cohost full alt text image
@namespace cohost.org
@version 0.0.1
@description Makes the image in the alt text modal full size rather than cropped to a 4.5 rem square.
@author ionchy
==/UserStyle== */
@-moz-document domain("cohost.org") {
.object-cover.h-\[4\.5rem\].w-\[4\.5rem\] {
width: auto;
height: auto;
}
}