Changeset 9439 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 01/30/2020 10:00:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r9276 r9439 253 253 } 254 254 255 @media only screen and (max-width: 480px) { 256 255 @media only screen and (max-width: 1040px) { 257 256 div.bbp-reply-author img.avatar, 258 257 div.bbp-topic-author img.avatar { 259 258 position: relative; 260 top: 0; 261 margin-bottom: 40px; 259 margin: 6px 1rem 2rem 0; 260 } 261 div.bbp-topic-content { 262 clear: left; 262 263 } 263 264 } … … 285 286 @media screen and ( max-width: 480px ) { 286 287 min-height: auto; 288 border-bottom: 0; 287 289 } 288 290 }
Note: See TracChangeset
for help on using the changeset viewer.