1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Fix pager on mobile

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-12-01 11:42:43 -08:00
parent 2a7f3bd2fe
commit 70e218bdbd
2 changed files with 13 additions and 6 deletions

View File

@@ -26,17 +26,24 @@
width: 100%;
// min-width: 75%;
display: flex;
height: 36px;
max-width: calc(50vw - 10px);
.caption {
overflow-x: hidden;
}
}
.btn.left {
.btn.left .caption {
justify-content: flex-start;
}
.btn.right {
.btn.right .caption {
justify-content: flex-end;
}
span.svg-icon {
margin-top: 1px;
flex: 0 0 20px;
}
}