Changeset 13263 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss
- Timestamp:
- 03/04/2024 04:17:28 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss
r10605 r13263 1 1 .entry-thumbnail { 2 2 display: none; 3 max-width: 128px;3 max-width: 96px; 4 4 5 5 .plugin-icon { 6 6 background-size: cover; 7 height: 128px;8 width: 128px;7 height: 96px; 8 width: 96px; 9 9 } 10 10
Note: See TracChangeset
for help on using the changeset viewer.