-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Still need to:
|
@@ -35,5 +35,5 @@ | |||
</ion-checkbox> | |||
</ion-item> | |||
</ion-list> | |||
<pagination-controls center class="pages" (pageChange)="p = $event"></pagination-controls> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idk what this center
is for... didn't seem to center the pagination
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, someone meant text-center
(or this syntax has been deprecated, etc.). Now it "works".
@akaplo, should I make a new |
I'll just do it anyway. That's what PRs are for! |
Go for it! You def don't need a new |
Thanks @akaplo |
Idk what's happening with this. I can't apply style in the way that the guide tells us to, and I've already tried every variation of using the different classes that pagination has. What I've done is put the "proper" syntax up here for anyone to look at. (Although I don't think that does much). Should we still focus on getting the tappable area larger? |
This is a tough one indeed. I've played around with your changes, but also with no real luck. What you're doing seems correct to me. |
I'll close this since I couldn't figure it out. Maybe someone else will be able to. |
Closes #419