Skip to content

Cohost full alt text image by ionchy

Screenshot of Cohost full alt text image

Details

Authorionchy

LicenseNo License

Categorycohost

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the image in the alt text modal full size rather than cropped to a 4.5 rem square.

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

Reviews

No reviews yet.