mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix #399
This commit is contained in:
@@ -4423,6 +4423,7 @@ a.nav-item.is-tab.is-active {
|
||||
|
||||
.pagination {
|
||||
font-size: 1rem;
|
||||
margin: -0.25rem;
|
||||
}
|
||||
|
||||
.pagination.is-small {
|
||||
@@ -4489,6 +4490,7 @@ a.nav-item.is-tab.is-active {
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
margin: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -4555,6 +4557,7 @@ a.nav-item.is-tab.is-active {
|
||||
.pagination-next {
|
||||
padding-left: 0.75em;
|
||||
padding-right: 0.75em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.pagination-link.is-current {
|
||||
@@ -4568,8 +4571,9 @@ a.nav-item.is-tab.is-active {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pagination-list li:not(:first-child) {
|
||||
margin-left: 0.375rem;
|
||||
.pagination-list {
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@@ -4584,13 +4588,6 @@ a.nav-item.is-tab.is-active {
|
||||
flex-grow: 1;
|
||||
-ms-flex-negative: 1;
|
||||
flex-shrink: 1;
|
||||
width: calc(50% - 0.375rem);
|
||||
}
|
||||
.pagination-next {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
.pagination-list {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
.pagination-list li {
|
||||
-webkit-box-flex: 1;
|
||||
@@ -4615,10 +4612,6 @@ a.nav-item.is-tab.is-active {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
}
|
||||
.pagination-previous,
|
||||
.pagination-next {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
.pagination-previous {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-ms-flex-order: 2;
|
||||
@@ -4635,7 +4628,6 @@ a.nav-item.is-tab.is-active {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.pagination.is-centered .pagination-previous {
|
||||
margin-left: 0;
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
@@ -4654,7 +4646,6 @@ a.nav-item.is-tab.is-active {
|
||||
order: 3;
|
||||
}
|
||||
.pagination.is-right .pagination-previous {
|
||||
margin-left: 0;
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
@@ -4663,7 +4654,6 @@ a.nav-item.is-tab.is-active {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
.pagination.is-right .pagination-list {
|
||||
-webkit-box-pack: end;
|
||||
|
||||
Reference in New Issue
Block a user