Changeset 59222
- Timestamp:
- 10/13/2024 03:41:55 PM (4 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/media/_media.scss
r58580 r59222 21 21 border-radius: 100%; 22 22 display: block; 23 height: auto;24 23 min-height: inherit; 25 width: auto;26 24 } 27 25 -
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r58732 r59222 206 206 .avatar { 207 207 float: left; 208 height: calc(2.25 * #{$size__spacing-unit}); 208 209 margin-right: $size__spacing-unit; 209 210 position: relative; 211 width: calc(2.25 * #{$size__spacing-unit}); 210 212 211 213 @include media(tablet) { -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r58959 r59222 4777 4777 .comment .comment-author .avatar { 4778 4778 float: right; 4779 height: calc(2.25 * 1rem); 4779 4780 margin-left: 1rem; 4780 4781 position: relative; 4782 width: calc(2.25 * 1rem); 4781 4783 } 4782 4784 … … 6483 6485 border-radius: 100%; 6484 6486 display: block; 6485 height: auto;6486 6487 min-height: inherit; 6487 width: auto;6488 6488 } 6489 6489 -
trunk/src/wp-content/themes/twentynineteen/style.css
r58959 r59222 4783 4783 .comment .comment-author .avatar { 4784 4784 float: left; 4785 height: calc(2.25 * 1rem); 4785 4786 margin-right: 1rem; 4786 4787 position: relative; 4788 width: calc(2.25 * 1rem); 4787 4789 } 4788 4790 … … 6495 6497 border-radius: 100%; 6496 6498 display: block; 6497 height: auto;6498 6499 min-height: inherit; 6499 width: auto;6500 6500 } 6501 6501
Note: See TracChangeset
for help on using the changeset viewer.