enlarged images in test runs
Qtest With Large Preview Imgs by cross_coder
Details
Authorcross_coder
LicenseCC Zero
Categoryqtestnet.com
Created
Updated
Size717 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 Qtest With Large Preview Imgs
@version 20220908.10.56
@namespace userstyles.world/user/cross_coder
@description enlarged images in test runs
@author cross_coder
@license CC Zero
==/UserStyle== */
@-moz-document domain("qtestnet.com") {
/* ==UserStyle==
@name Qtest With Large Preview Imgs
@namespace qtest
@author cross_coder
@description enlarge the preview images when running tests
@version 1.0
==/UserStyle== */
.ui-refresh .modal-dialog-centered {
max-width: 95%; /* Change this to any percentage you like */
}
.ui-refresh .preview-attachment .preview-placeholder figure .img-fluid {
height: initial !important;
}
}