Increase theme panel image height to 600px for full display

This commit is contained in:
Marcus Quinn
2025-03-17 00:10:44 +00:00
parent 4909aa8027
commit cf75d2c85a

View File

@ -1613,7 +1613,7 @@ function wp_allstars_settings_page() {
overflow: hidden;
}
#wpa-theme-list .theme-screenshot {
height: 450px;
height: 600px;
}
#wpa-theme-list .theme-screenshot img {
height: 100%;