commit d7baf599a0a490504b7e4b3c5d9cb74d1e6d56ac
parent 63386fe9193bd7dea2d421f7a9febc65f2a28bc9
Author: Lou Woell <lou.woell@posteo.de>
Date: Thu, 17 Aug 2023 16:47:26 +0200
fix button width on mobile
This may need a rework, long button names aren't really readable now, but i
really didn't like how wrapping button text looked.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/assets/css/pagination.scss b/assets/css/pagination.scss
@@ -52,6 +52,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
+ max-width: 85vw;
font-size: 1rem;
padding: 0;
appearance: none;