Changeset 9620 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 03/23/2020 05:54:51 AM (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
r9594 r9620 12 12 overflow: inherit; 13 13 } 14 15 $paginationBreakPoint: "600px"; 14 16 15 17 .three-up { //3-columns section … … 473 475 .create-topic { 474 476 font-size: 0.8rem; 475 float: left; 477 478 @media (min-width: $paginationBreakPoint) { 479 float: left; 480 } 476 481 477 482 &::before { … … 488 493 float: none; 489 494 width: auto; 495 display: flex; 496 flex-direction: column; 497 498 @media (min-width: $paginationBreakPoint) { 499 float: right; 500 display: inline-block; 501 } 490 502 491 503 .page-numbers { … … 498 510 margin-left: -1px; 499 511 opacity: 1; 512 flex: 1; 513 514 @media (min-width: $paginationBreakPoint) { 515 flex: inherit; 516 } 500 517 501 518 &:not(.current):not(.dots):hover { … … 529 546 border: 1px solid #ddd; 530 547 } 548 } 549 550 #bbpress-forums .bbp-pagination-links { 551 display: flex; 552 text-align: center; 553 flex-wrap: wrap; 531 554 } 532 555 … … 737 760 padding-top: 1rem; 738 761 border-top: 1px solid #eee; 762 clear: both; 739 763 } 740 764
Note: See TracChangeset
for help on using the changeset viewer.