home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2018-12-21 23:38:44
Committer zPlus <zplus@peers.community> 2018-12-21 23:38:44
Commit 0e4ac2e (patch)
Tree eac98f2
Parent(s)

100% buttons width on small screens.


commits diff: 78e0c45..0e4ac2e
2 files changed, 10 insertions, 0 deletionsdownload


Diffstat
-rwxr-xr-x freepost/static/stylus/freepost.styl 4
-rwxr-xr-x freepost/static/stylus/reset.styl 6

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+4/-0 M   freepost/static/stylus/freepost.styl
index 99aabd0..ab93142
old size: 12K - new size: 13K
@@ -216,6 +216,10 @@ body
216 216 > .about
217 217 color #666
218 218 margin .5rem 0 0 0
219 +
220 + > .pagination
221 + > form
222 + width 100%
219 223
220 224 /* New submission page */
221 225 > form.submit

+6/-0 M   freepost/static/stylus/reset.styl
index 5872735..5814c82
old size: 6K - new size: 6K
@@ -65,6 +65,12 @@ p
65 65 padding .2em 1em
66 66 text-align center
67 67
68 + @media only screen and (max-width: 800px)
69 + .button
70 + font-size 1.2rem
71 + padding .5em 1em
72 + width 100%
73 +
68 74 .button_ok /* Green */
69 75 .button_ok:hover,
70 76 .button_ok:visited